Html Css Color HEX #4AD288 Emerald

📋 copy color: '#4AD288'

red 74 ◦ green 210 ◦ blue 136

#4AD288
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #4AD288

Tints of Emerald #4AD288

RGB

 RED value IS 74 (29.3% from 255) = 17.62%

 GREEN value IS 210 (82.42% from 255) = 50%

 BLUE value IS 136 (53.52% from 255) = 32.38%

R = 17.62%
G = 50%
B = 32.38%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#4AD288 (or 0x4AD288) is known color: Emerald. HEX triplet: 4A, D2 and 88. RGB value is (74,210,136). Sum of RGB (Red+Green+Blue) = 74+210+136=420 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.62% from 420); Green value is 210 (82.42% from 255 or 50% from 420); Blue value is 136 (53.52% from 255 or 32.38% from 420); Max value from RGB is 210 - color contains mainly: green. Hex color #4AD288 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD288 is #B52D77. Grayscale: #A1A1A1. Windows color (decimal): -11873656 or 8966730. OLE color: 8966730.

HSL color Cylindrical-coordinate representation of color #4AD288: hue angle of 147.35º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AD288 is Cyan = 0.65, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB 74 210 136 -
CMYK 0.65 0 0.35 0.18
HSL 147.35º 0.6% 0.56% -
HSV(B) 147.35º 0.65% 0.82% -
XYZ 30.31 49.33 31.22 -
YUV 160.9 113.94 66.02 -
System Red Green Blue C M Y K H S L
Decimal 74 210 136 0.65 0 0.35 0.18 147.35 0.6 0.56
Hex 4A D2 88 41 0 23 12 93 3C 38
Octal 112 322 210 101 0 43 22 223 74 70
Binary 1001010 11010010 10001000 1000001 0 100011 10010 10010011 111100 111000

Color Harmonies of #4AD288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD288

Black with #4AD288

Text Example


Text Example

White with #4AD288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4AD288;
 }
 .AnyTagClassName
 {
   color: #4AD288;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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