#3CDC5A

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

Shades of Emerald #3CDC5A

Tints of Emerald #3CDC5A

Color information

#3CDC5A (or 0x3CDC5A) is unknown color: approx Emerald. HEX triplet: 3C, DC and 5A. RGB value is (60,220,90). Sum of RGB (Red+Green+Blue) = 60+220+90=370 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.22% from 370); Green value is 220 (86.33% from 255 or 59.46% from 370); Blue value is 90 (35.55% from 255 or 24.32% from 370); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDC5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CDC5A is #C323A5. Grayscale: #9D9D9D. Windows color (decimal): -12788646 or 5954620. OLE color: 5954620.

HSL color Cylindrical-coordinate representation of color #3CDC5A: hue angle of 131.25º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDC5A is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB6022090-
CMYK0.7300.590.14
HSL131.25º69.57%54.9%-
HSV(B)131.25º72.73%86.27%-
XYZ29.352.8918.34-
YUV157.3489.9958.57-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.22%
GREEN value IS 220 (86.33% from 255) = 59.46%
BLUE value IS 90 (35.55% from 255) = 24.32%
R=16.22%
G=59.46%
B=24.32%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal60220900.7300.590.14131.2569.5754.9
Hex3CDC5A4903BE834637
Octal743341321110731620310667
Binary111100110111001011010100100101110111110100000111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CDC5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,220,90); }

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

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

 a { background-color: rgb(60,220,90); }

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

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

 span { border-color: rgb(60,220,90); }

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