#479E07

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

Shades of Kelly Green #479E07

Tints of Kelly Green #479E07

Color information

#479E07 (or 0x479E07) is unknown color: approx Kelly Green. HEX triplet: 47, 9E and 07. RGB value is (71,158,7). Sum of RGB (Red+Green+Blue) = 71+158+7=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 158 (62.11% from 255 or 66.95% from 236); Blue value is 7 (3.12% from 255 or 2.97% from 236); Max value from RGB is 158 - color contains mainly: green. Hex color #479E07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #479E07 is #B861F8. Grayscale: #737373. Windows color (decimal): -12083705 or 499271. OLE color: 499271.

HSL color Cylindrical-coordinate representation of color #479E07: hue angle of 94.57º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #479E07 is Cyan = 0.55, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.38.

Color convert

RGB711587-
CMYK0.5500.960.38
HSL94.57º91.52%32.35%-
HSV(B)94.57º95.57%61.96%-
XYZ14.8625.814.4-
YUV114.7767.1896.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.08%
GREEN value IS 158 (62.11% from 255) = 66.95%
BLUE value IS 7 (3.12% from 255) = 2.97%
R=30.08%
G=66.95%
B=2.97%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal7115870.5500.960.3894.5791.5232.35
Hex479E737060265f5c20
Octal10723676701404613713440
Binary1000111100111101111101110110000010011010111111011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,158,7); }

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

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

 a { background-color: rgb(71,158,7); }

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

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

 span { border-color: rgb(71,158,7); }

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