#4ADB81

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

Shades of Emerald #4ADB81

Tints of Emerald #4ADB81

Color information

#4ADB81 (or 0x4ADB81) is unknown color: approx Emerald. HEX triplet: 4A, DB and 81. RGB value is (74,219,129). Sum of RGB (Red+Green+Blue) = 74+219+129=422 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.54% from 422); Green value is 219 (85.94% from 255 or 51.90% from 422); Blue value is 129 (50.78% from 255 or 30.57% from 422); Max value from RGB is 219 - color contains mainly: green. Hex color #4ADB81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADB81 is #B5247E. Grayscale: #A5A5A5. Windows color (decimal): -11871359 or 8510282. OLE color: 8510282.

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

Color convert

RGB74219129-
CMYK0.6600.410.14
HSL142.76º66.82%57.45%-
HSV(B)142.76º66.21%85.88%-
XYZ32.1253.729.44-
YUV165.38107.4662.82-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.54%
GREEN value IS 219 (85.94% from 255) = 51.90%
BLUE value IS 129 (50.78% from 255) = 30.57%
R=17.54%
G=51.90%
B=30.57%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal742191290.6600.410.14142.7666.8257.45
Hex4ADB8142029E8f4339
Octal1123332011020511621710371
Binary10010101101101110000001100001001010011110100011111000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ADB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,219,129); }

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

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

 a { background-color: rgb(74,219,129); }

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

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

 span { border-color: rgb(74,219,129); }

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