#4CC170

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

Shades of Emerald #4CC170

Tints of Emerald #4CC170

Color information

#4CC170 (or 0x4CC170) is unknown color: approx Emerald. HEX triplet: 4C, C1 and 70. RGB value is (76,193,112). Sum of RGB (Red+Green+Blue) = 76+193+112=381 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.95% from 381); Green value is 193 (75.78% from 255 or 50.66% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 193 - color contains mainly: green. Hex color #4CC170 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CC170 is #B33E8F. Grayscale: #949494. Windows color (decimal): -11746960 or 7389516. OLE color: 7389516.

HSL color Cylindrical-coordinate representation of color #4CC170: hue angle of 138.46º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4CC170 is Cyan = 0.61, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB76193112-
CMYK0.6100.420.24
HSL138.46º48.55%52.75%-
HSV(B)138.46º60.62%75.69%-
XYZ24.9840.8521.9-
YUV148.78107.2476.09-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.95%
GREEN value IS 193 (75.78% from 255) = 50.66%
BLUE value IS 112 (44.14% from 255) = 29.40%
R=19.95%
G=50.66%
B=29.40%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal761931120.6100.420.24138.4648.5552.75
Hex4CC1703D02A188a3135
Octal11430116075052302126165
Binary100110011000001111000011110101010101100010001010110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CC170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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