#4CB970

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

Shades of Emerald #4CB970

Tints of Emerald #4CB970

Color information

#4CB970 (or 0x4CB970) is unknown color: approx Emerald. HEX triplet: 4C, B9 and 70. RGB value is (76,185,112). Sum of RGB (Red+Green+Blue) = 76+185+112=373 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.38% from 373); Green value is 185 (72.66% from 255 or 49.60% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 185 - color contains mainly: green. Hex color #4CB970 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB970 is #B3468F. Grayscale: #909090. Windows color (decimal): -11749008 or 7387468. OLE color: 7387468.

HSL color Cylindrical-coordinate representation of color #4CB970: hue angle of 139.82º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4CB970 is Cyan = 0.59, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB76185112-
CMYK0.5900.390.27
HSL139.82º43.78%51.18%-
HSV(B)139.82º58.92%72.55%-
XYZ23.2537.421.32-
YUV144.09109.8979.44-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.38%
GREEN value IS 185 (72.66% from 255) = 49.60%
BLUE value IS 112 (44.14% from 255) = 30.03%
R=20.38%
G=49.60%
B=30.03%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal761851120.5900.390.27139.8243.7851.18
Hex4CB9703B0271B8c2c33
Octal11427116073047332145463
Binary100110010111001111000011101101001111101110001100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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