Html Css Color HEX #4ADD75 Emerald

📋 copy color: '#4ADD75'

red 74 ◦ green 221 ◦ blue 117

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

Shades of Emerald #4ADD75

Tints of Emerald #4ADD75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.4%

R = 17.96%
G = 53.64%
B = 28.4%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#4ADD75 (or 0x4ADD75) is known color: Emerald. HEX triplet: 4A, DD and 75. RGB value is (74,221,117). Sum of RGB (Red+Green+Blue) = 74+221+117=412 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.96% from 412); Green value is 221 (86.72% from 255 or 53.64% from 412); Blue value is 117 (46.09% from 255 or 28.40% from 412); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADD75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADD75 is #B5228A. Grayscale: #A5A5A5. Windows color (decimal): -11870859 or 7724362. OLE color: 7724362.

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

Color convert

RGB 74 221 117 -
CMYK 0.67 0 0.47 0.13
HSL 137.55º 0.68% 0.58% -
HSV(B) 137.55º 0.67% 0.87% -
XYZ 31.89 54.45 25.66 -
YUV 165.19 100.8 62.96 -
System Red Green Blue C M Y K H S L
Decimal 74 221 117 0.67 0 0.47 0.13 137.55 0.68 0.58
Hex 4A DD 75 43 0 2F D 8A 44 3A
Octal 112 335 165 103 0 57 15 212 104 72
Binary 1001010 11011101 1110101 1000011 0 101111 1101 10001010 1000100 111010

Color Harmonies of #4ADD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADD75

Black with #4ADD75

Text Example


Text Example

White with #4ADD75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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