Html Css Color HEX #4ADD69 Emerald

📋 copy color: '#4ADD69'

red 74 ◦ green 221 ◦ blue 105

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

Shades of Emerald #4ADD69

Tints of Emerald #4ADD69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 26.25%

R = 18.5%
G = 55.25%
B = 26.25%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#4ADD69 (or 0x4ADD69) is known color: Emerald. HEX triplet: 4A, DD and 69. RGB value is (74,221,105). Sum of RGB (Red+Green+Blue) = 74+221+105=400 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.5% from 400); Green value is 221 (86.72% from 255 or 55.25% from 400); Blue value is 105 (41.41% from 255 or 26.25% from 400); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADD69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADD69 is #B52296. Grayscale: #A4A4A4. Windows color (decimal): -11870871 or 6937930. OLE color: 6937930.

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

Color convert

RGB 74 221 105 -
CMYK 0.67 0 0.52 0.13
HSL 132.65º 0.68% 0.58% -
HSV(B) 132.65º 0.67% 0.87% -
XYZ 31.23 54.19 22.18 -
YUV 163.82 94.8 63.93 -
System Red Green Blue C M Y K H S L
Decimal 74 221 105 0.67 0 0.52 0.13 132.65 0.68 0.58
Hex 4A DD 69 43 0 34 D 85 44 3A
Octal 112 335 151 103 0 64 15 205 104 72
Binary 1001010 11011101 1101001 1000011 0 110100 1101 10000101 1000100 111010

Color Harmonies of #4ADD69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADD69

Black with #4ADD69

Text Example


Text Example

White with #4ADD69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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