#3CD165

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

Shades of Emerald #3CD165

Tints of Emerald #3CD165

Color information

#3CD165 (or 0x3CD165) is unknown color: approx Emerald. HEX triplet: 3C, D1 and 65. RGB value is (60,209,101). Sum of RGB (Red+Green+Blue) = 60+209+101=370 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.22% from 370); Green value is 209 (82.03% from 255 or 56.49% from 370); Blue value is 101 (39.84% from 255 or 27.30% from 370); Max value from RGB is 209 - color contains mainly: green. Hex color #3CD165 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CD165 is #C32E9A. Grayscale: #989898. Windows color (decimal): -12791451 or 6672700. OLE color: 6672700.

HSL color Cylindrical-coordinate representation of color #3CD165: hue angle of 136.51º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CD165 is Cyan = 0.71, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB60209101-
CMYK0.7100.520.18
HSL136.51º61.83%52.75%-
HSV(B)136.51º71.29%81.96%-
XYZ27.0147.520.06-
YUV152.1499.1462.28-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.22%
GREEN value IS 209 (82.03% from 255) = 56.49%
BLUE value IS 101 (39.84% from 255) = 27.30%
R=16.22%
G=56.49%
B=27.30%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal602091010.7100.520.18136.5161.8352.75
Hex3CD1654703412893e35
Octal74321145107064222117665
Binary111100110100011100101100011101101001001010001001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CD165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,209,101); }

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

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

 a { background-color: rgb(60,209,101); }

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

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

 span { border-color: rgb(60,209,101); }

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