#3CD764

Color #3CD764 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #3CD764

Tints of Emerald #3CD764

Color information

#3CD764 (or 0x3CD764) is unknown color: approx Emerald. HEX triplet: 3C, D7 and 64. RGB value is (60,215,100). Sum of RGB (Red+Green+Blue) = 60+215+100=375 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16% from 375); Green value is 215 (84.38% from 255 or 57.33% from 375); Blue value is 100 (39.45% from 255 or 26.67% from 375); Max value from RGB is 215 - color contains mainly: green. Hex color #3CD764 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CD764 is #C3289B. Grayscale: #9B9B9B. Windows color (decimal): -12789916 or 6608700. OLE color: 6608700.

HSL color Cylindrical-coordinate representation of color #3CD764: hue angle of 135.48º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CD764 is Cyan = 0.72, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB60215100-
CMYK0.7200.530.16
HSL135.48º65.96%53.92%-
HSV(B)135.48º72.09%84.31%-
XYZ28.4650.4820.3-
YUV155.5496.6559.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 60 (23.83% from 255) = 16%
GREEN value IS 215 (84.38% from 255) = 57.33%
BLUE value IS 100 (39.45% from 255) = 26.67%
R=16%
G=57.33%
B=26.67%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal602151000.7200.530.16135.4865.9653.92
Hex3CD7644803510874236
Octal743271441100652020710266
Binary1111001101011111001001001000011010110000100001111000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CD764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3CD764; }

 p { color: rgb(60,215,100); }

 H1.HeaderClassName
 {
   color: #3CD764;
 }
 .AnyTagClassName
 {
   color: #3CD764;
 }
</style>
background-color css

<style>
 a { background-color: #3CD764; }

 a { background-color: rgb(60,215,100); }

 div.DivClassName
 {
   background-color: #3CD764;
 }
 .BgClassName
 {
   background-color: #3CD764;
 }
</style>
border-color css

<style>
 span { border-color: #3CD764; }

 span { border-color: rgb(60,215,100); }

 td.TdClassName
 {
   border-color: #3CD764;
 }
 .TagClassName
 {
   border-color: #3CD764;
 }
</style>