#4ADD88

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

Shades of Emerald #4ADD88

Tints of Emerald #4ADD88

Color information

#4ADD88 (or 0x4ADD88) is unknown color: approx Emerald. HEX triplet: 4A, DD and 88. RGB value is (74,221,136). Sum of RGB (Red+Green+Blue) = 74+221+136=431 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.17% from 431); Green value is 221 (86.72% from 255 or 51.28% from 431); Blue value is 136 (53.52% from 255 or 31.55% from 431); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADD88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADD88 is #B52277. Grayscale: #A7A7A7. Windows color (decimal): -11870840 or 8969546. OLE color: 8969546.

HSL color Cylindrical-coordinate representation of color #4ADD88: hue angle of 145.31º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ADD88 is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB74221136-
CMYK0.6700.380.13
HSL145.31º68.37%57.84%-
HSV(B)145.31º66.52%86.67%-
XYZ33.1254.9532.15-
YUV167.36110.361.41-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.17%
GREEN value IS 221 (86.72% from 255) = 51.28%
BLUE value IS 136 (53.52% from 255) = 31.55%
R=17.17%
G=51.28%
B=31.55%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal742211360.6700.380.13145.3168.3757.84
Hex4ADD8843026D91443a
Octal1123352101030461522110472
Binary10010101101110110001000100001101001101101100100011000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ADD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,221,136); }

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

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

 a { background-color: rgb(74,221,136); }

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

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

 span { border-color: rgb(74,221,136); }

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