#4FAF03

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

Shades of Kelly Green #4FAF03

Tints of Kelly Green #4FAF03

Color information

#4FAF03 (or 0x4FAF03) is unknown color: approx Kelly Green. HEX triplet: 4F, AF and 03. RGB value is (79,175,3). Sum of RGB (Red+Green+Blue) = 79+175+3=257 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.74% from 257); Green value is 175 (68.75% from 255 or 68.09% from 257); Blue value is 3 (1.56% from 255 or 1.17% from 257); Max value from RGB is 175 - color contains mainly: green. Hex color #4FAF03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4FAF03 is #B050FC. Grayscale: #7F7F7F. Windows color (decimal): -11555069 or 241487. OLE color: 241487.

HSL color Cylindrical-coordinate representation of color #4FAF03: hue angle of 93.49º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4FAF03 is Cyan = 0.55, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB791753-
CMYK0.5500.980.31
HSL93.49º96.63%34.9%-
HSV(B)93.49º98.29%68.63%-
XYZ18.5732.335.35-
YUV126.6958.293.99-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.74%
GREEN value IS 175 (68.75% from 255) = 68.09%
BLUE value IS 3 (1.56% from 255) = 1.17%
R=30.74%
G=68.09%
B=1.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal7917530.5500.980.3193.4996.6334.9
Hex4FAF3370621F5d6123
Octal11725736701423713514143
Binary10011111010111111110111011000101111110111011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FAF03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,175,3); }

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

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

 a { background-color: rgb(79,175,3); }

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

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

 span { border-color: rgb(79,175,3); }

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