Html Css Color HEX #4ADD67 Emerald

📋 copy color: '#4ADD67'

red 74 ◦ green 221 ◦ blue 103

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

Shades of Emerald #4ADD67

Tints of Emerald #4ADD67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 25.88%

R = 18.59%
G = 55.53%
B = 25.88%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#4ADD67 (or 0x4ADD67) is known color: Emerald. HEX triplet: 4A, DD and 67. RGB value is (74,221,103). Sum of RGB (Red+Green+Blue) = 74+221+103=398 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.59% from 398); Green value is 221 (86.72% from 255 or 55.53% from 398); Blue value is 103 (40.62% from 255 or 25.88% from 398); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADD67 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADD67 is #B52298. Grayscale: #A3A3A3. Windows color (decimal): -11870873 or 6806858. OLE color: 6806858.

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

Color convert

RGB 74 221 103 -
CMYK 0.67 0 0.53 0.13
HSL 131.84º 0.68% 0.58% -
HSV(B) 131.84º 0.67% 0.87% -
XYZ 31.13 54.15 21.64 -
YUV 163.6 93.8 64.09 -
System Red Green Blue C M Y K H S L
Decimal 74 221 103 0.67 0 0.53 0.13 131.84 0.68 0.58
Hex 4A DD 67 43 0 35 D 84 44 3A
Octal 112 335 147 103 0 65 15 204 104 72
Binary 1001010 11011101 1100111 1000011 0 110101 1101 10000100 1000100 111010

Color Harmonies of #4ADD67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADD67

Black with #4ADD67

Text Example


Text Example

White with #4ADD67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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