#4DAA00

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

Shades of Kelly Green #4DAA00

Tints of Kelly Green #4DAA00

Color information

#4DAA00 (or 0x4DAA00) is unknown color: approx Kelly Green. HEX triplet: 4D, AA and 00. RGB value is (77,170,0). Sum of RGB (Red+Green+Blue) = 77+170+0=247 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.17% from 247); Green value is 170 (66.80% from 255 or 68.83% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAA00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4DAA00 is #B255FF. Grayscale: #7B7B7B. Windows color (decimal): -11687424 or 43597. OLE color: 43597.

HSL color Cylindrical-coordinate representation of color #4DAA00: hue angle of 92.82º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4DAA00 is Cyan = 0.55, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.

Color convert

RGB771700-
CMYK0.55010.33
HSL92.82º100%33.33%-
HSV(B)92.82º100%66.67%-
XYZ17.4430.334.93-
YUV122.8158.6995.32-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.17%
GREEN value IS 170 (66.80% from 255) = 68.83%
BLUE value IS 0 (0.39% from 255) = 0%
R=31.17%
G=68.83%
B=0%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal7717000.55010.3392.8210033.33
Hex4DAA037064215d6421
Octal11525206701444113514441
Binary10011011010101001101110110010010000110111011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DAA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,170,0); }

 H1.HeaderClassName
 {
   color: #4DAA00;
 }
 .AnyTagClassName
 {
   color: #4DAA00;
 }
</style>
background-color css

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

 a { background-color: rgb(77,170,0); }

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

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

 span { border-color: rgb(77,170,0); }

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