#479702

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

Shades of Kelly Green #479702

Tints of Kelly Green #479702

Color information

#479702 (or 0x479702) is unknown color: approx Kelly Green. HEX triplet: 47, 97 and 02. RGB value is (71,151,2). Sum of RGB (Red+Green+Blue) = 71+151+2=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 151 (59.38% from 255 or 67.41% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 151 - color contains mainly: green. Hex color #479702 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #479702 is #B868FD. Grayscale: #6E6E6E. Windows color (decimal): -12085502 or 169799. OLE color: 169799.

HSL color Cylindrical-coordinate representation of color #479702: hue angle of 92.21º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #479702 is Cyan = 0.53, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB711512-
CMYK0.5300.990.41
HSL92.21º97.39%30%-
HSV(B)92.21º98.68%59.22%-
XYZ13.6823.483.87-
YUV110.0967100.12-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.70%
GREEN value IS 151 (59.38% from 255) = 67.41%
BLUE value IS 2 (1.17% from 255) = 0.89%
R=31.70%
G=67.41%
B=0.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal7115120.5300.990.4192.2197.3930
Hex4797235063295c611e
Octal10722726501435113414136
Binary10001111001011110110101011000111010011011100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479702; }

 p { color: rgb(71,151,2); }

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

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

 a { background-color: rgb(71,151,2); }

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

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

 span { border-color: rgb(71,151,2); }

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