Html Css Color HEX #4ADD66 Emerald

📋 copy color: '#4ADD66'

red 74 ◦ green 221 ◦ blue 102

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

Shades of Emerald #4ADD66

Tints of Emerald #4ADD66

RGB

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

 GREEN value IS 221 (86.72% from 255) = 55.67%

 BLUE value IS 102 (40.23% from 255) = 25.69%

R = 18.64%
G = 55.67%
B = 25.69%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#4ADD66 (or 0x4ADD66) is known color: Emerald. HEX triplet: 4A, DD and 66. RGB value is (74,221,102). Sum of RGB (Red+Green+Blue) = 74+221+102=397 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.64% from 397); Green value is 221 (86.72% from 255 or 55.67% from 397); Blue value is 102 (40.23% from 255 or 25.69% from 397); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADD66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADD66 is #B52299. Grayscale: #A3A3A3. Windows color (decimal): -11870874 or 6741322. OLE color: 6741322.

HSL color Cylindrical-coordinate representation of color #4ADD66: hue angle of 131.43º 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 #4ADD66 is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 74 221 102 -
CMYK 0.67 0 0.54 0.13
HSL 131.43º 0.68% 0.58% -
HSV(B) 131.43º 0.67% 0.87% -
XYZ 31.08 54.13 21.38 -
YUV 163.48 93.3 64.18 -
System Red Green Blue C M Y K H S L
Decimal 74 221 102 0.67 0 0.54 0.13 131.43 0.68 0.58
Hex 4A DD 66 43 0 36 D 83 44 3A
Octal 112 335 146 103 0 66 15 203 104 72
Binary 1001010 11011101 1100110 1000011 0 110110 1101 10000011 1000100 111010

Color Harmonies of #4ADD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADD66

Black with #4ADD66

Text Example


Text Example

White with #4ADD66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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