Html Css Color HEX #4ADD65 Emerald

📋 copy color: '#4ADD65'

red 74 ◦ green 221 ◦ blue 101

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

Shades of Emerald #4ADD65

Tints of Emerald #4ADD65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.51%

R = 18.69%
G = 55.81%
B = 25.51%

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

#4ADD65 (or 0x4ADD65) is known color: Emerald. HEX triplet: 4A, DD and 65. RGB value is (74,221,101). Sum of RGB (Red+Green+Blue) = 74+221+101=396 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.69% from 396); Green value is 221 (86.72% from 255 or 55.81% from 396); Blue value is 101 (39.84% from 255 or 25.51% from 396); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADD65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADD65 is #B5229A. Grayscale: #A3A3A3. Windows color (decimal): -11870875 or 6675786. OLE color: 6675786.

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

Color convert

RGB 74 221 101 -
CMYK 0.67 0 0.54 0.13
HSL 131.02º 0.68% 0.58% -
HSV(B) 131.02º 0.67% 0.87% -
XYZ 31.03 54.11 21.12 -
YUV 163.37 92.8 64.26 -
System Red Green Blue C M Y K H S L
Decimal 74 221 101 0.67 0 0.54 0.13 131.02 0.68 0.58
Hex 4A DD 65 43 0 36 D 83 44 3A
Octal 112 335 145 103 0 66 15 203 104 72
Binary 1001010 11011101 1100101 1000011 0 110110 1101 10000011 1000100 111010

Color Harmonies of #4ADD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADD65

Black with #4ADD65

Text Example


Text Example

White with #4ADD65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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