#4ABF84

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

Shades of Emerald #4ABF84

Tints of Emerald #4ABF84

Color information

#4ABF84 (or 0x4ABF84) is unknown color: approx Emerald. HEX triplet: 4A, BF and 84. RGB value is (74,191,132). Sum of RGB (Red+Green+Blue) = 74+191+132=397 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.64% from 397); Green value is 191 (75% from 255 or 48.11% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 191 - color contains mainly: green. Hex color #4ABF84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ABF84 is #B5407B. Grayscale: #959595. Windows color (decimal): -11878524 or 8699722. OLE color: 8699722.

HSL color Cylindrical-coordinate representation of color #4ABF84: hue angle of 149.74º 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 #4ABF84 is Cyan = 0.61, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB74191132-
CMYK0.6100.310.25
HSL149.74º47.76%51.96%-
HSV(B)149.74º61.26%74.9%-
XYZ25.6240.3828.27-
YUV149.29118.2474.3-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.64%
GREEN value IS 191 (75% from 255) = 48.11%
BLUE value IS 132 (51.95% from 255) = 33.25%
R=18.64%
G=48.11%
B=33.25%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal741911320.6100.310.25149.7447.7651.96
Hex4ABF843D01F19963034
Octal11227720475037312266064
Binary100101010111111100001001111010111111100110010110110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ABF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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