#4ADD69

Color #4ADD69 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #4ADD69

Tints of Emerald #4ADD69

Color information

#4ADD69 (or 0x4ADD69) is unknown color: approx 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

RGB74221105-
CMYK0.6700.520.13
HSL132.65º68.37%57.84%-
HSV(B)132.65º66.52%86.67%-
XYZ31.2354.1922.18-
YUV163.8294.863.93-

RGB Variations

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

RGB

RED value IS 74 (29.30% 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 (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal742211050.6700.520.13132.6568.3757.84
Hex4ADD6943034D85443a
Octal1123351511030641520510472
Binary1001010110111011101001100001101101001101100001011000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ADD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>