#4abf70

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

Shades of Emerald #4ABF70

Tints of Emerald #4ABF70

Color information

#4ABF70 (or 0x4ABF70) is unknown color: approx Emerald. HEX triplet: 4A, BF and 70. RGB value is (74,191,112). Sum of RGB (Red+Green+Blue) = 74+191+112=377 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.63% from 377); Green value is 191 (75% from 255 or 50.66% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 191 - color contains mainly: green. Hex color #4ABF70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ABF70 is #B5408F. Grayscale: #939393. Windows color (decimal): -11878544 or 7389002. OLE color: 7389002.

HSL color Cylindrical-coordinate representation of color #4ABF70: hue angle of 139.49º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABF70 is Cyan = 0.61, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB74191112-
CMYK0.6100.410.25
HSL139.49º47.76%51.96%-
HSV(B)139.49º61.26%74.9%-
XYZ24.3839.8921.74-
YUV147.01108.2475.92-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.63%
GREEN value IS 191 (75% from 255) = 50.66%
BLUE value IS 112 (44.14% from 255) = 29.71%
R=19.63%
G=50.66%
B=29.71%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal741911120.6100.410.25139.4947.7651.96
Hex4ABF703D029198b3034
Octal11227716075051312136064
Binary100101010111111111000011110101010011100110001011110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4abf70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,191,112); }

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

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

 a { background-color: rgb(74,191,112); }

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

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

 span { border-color: rgb(74,191,112); }

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