#4CDB70

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

Shades of Emerald #4CDB70

Tints of Emerald #4CDB70

Color information

#4CDB70 (or 0x4CDB70) is unknown color: approx Emerald. HEX triplet: 4C, DB and 70. RGB value is (76,219,112). Sum of RGB (Red+Green+Blue) = 76+219+112=407 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.67% from 407); Green value is 219 (85.94% from 255 or 53.81% from 407); Blue value is 112 (44.14% from 255 or 27.52% from 407); Max value from RGB is 219 - color contains mainly: green. Hex color #4CDB70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CDB70 is #B3248F. Grayscale: #A4A4A4. Windows color (decimal): -11740304 or 7396172. OLE color: 7396172.

HSL color Cylindrical-coordinate representation of color #4CDB70: hue angle of 135.1º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CDB70 is Cyan = 0.65, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB76219112-
CMYK0.6500.490.14
HSL135.1º66.51%57.84%-
HSV(B)135.1º65.3%85.88%-
XYZ31.2453.3723.98-
YUV164.0498.6265.2-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.67%
GREEN value IS 219 (85.94% from 255) = 53.81%
BLUE value IS 112 (44.14% from 255) = 27.52%
R=18.67%
G=53.81%
B=27.52%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal762191120.6500.490.14135.166.5157.84
Hex4CDB7041031E87433a
Octal1143331601010611620710372
Binary1001100110110111110000100000101100011110100001111000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CDB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4CDB70; }

 p { color: rgb(76,219,112); }

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

<style>
 a { background-color: #4CDB70; }

 a { background-color: rgb(76,219,112); }

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

<style>
 span { border-color: #4CDB70; }

 span { border-color: rgb(76,219,112); }

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