#479B02

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

Shades of Kelly Green #479B02

Tints of Kelly Green #479B02

Color information

#479B02 (or 0x479B02) is unknown color: approx Kelly Green. HEX triplet: 47, 9B and 02. RGB value is (71,155,2). Sum of RGB (Red+Green+Blue) = 71+155+2=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 155 (60.94% from 255 or 67.98% from 228); Blue value is 2 (1.17% from 255 or 0.88% from 228); Max value from RGB is 155 - color contains mainly: green. Hex color #479B02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #479B02 is #B864FD. Grayscale: #707070. Windows color (decimal): -12084478 or 170823. OLE color: 170823.

HSL color Cylindrical-coordinate representation of color #479B02: hue angle of 92.94º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #479B02 is Cyan = 0.54, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.39.

Color convert

RGB711552-
CMYK0.5400.990.39
HSL92.94º97.45%30.78%-
HSV(B)92.94º98.71%60.78%-
XYZ14.3324.794.09-
YUV112.4465.6798.44-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.14%
GREEN value IS 155 (60.94% from 255) = 67.98%
BLUE value IS 2 (1.17% from 255) = 0.88%
R=31.14%
G=67.98%
B=0.88%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal7115520.5400.990.3992.9497.4530.78
Hex479B236063275d611f
Octal10723326601434713514137
Binary10001111001101110110110011000111001111011101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479B02; }

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

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

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

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

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

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

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

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