#4FBF02

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

Shades of Kelly Green #4FBF02

Tints of Kelly Green #4FBF02

Color information

#4FBF02 (or 0x4FBF02) is unknown color: approx Kelly Green. HEX triplet: 4F, BF and 02. RGB value is (79,191,2). Sum of RGB (Red+Green+Blue) = 79+191+2=272 (36% of max value = 765). Red value is 79 (31.25% from 255 or 29.04% from 272); Green value is 191 (75% from 255 or 70.22% from 272); Blue value is 2 (1.17% from 255 or 0.74% from 272); Max value from RGB is 191 - color contains mainly: green. Hex color #4FBF02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4FBF02 is #B040FD. Grayscale: #888888. Windows color (decimal): -11550974 or 180047. OLE color: 180047.

HSL color Cylindrical-coordinate representation of color #4FBF02: hue angle of 95.56º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4FBF02 is Cyan = 0.59, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB791912-
CMYK0.5900.990.25
HSL95.56º97.93%37.84%-
HSV(B)95.56º98.95%74.9%-
XYZ21.8738.936.42-
YUV135.9752.3987.37-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.04%
GREEN value IS 191 (75% from 255) = 70.22%
BLUE value IS 2 (1.17% from 255) = 0.74%
R=29.04%
G=70.22%
B=0.74%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal7919120.5900.990.2595.5697.9337.84
Hex4FBF23B06319606226
Octal11727727301433114014246
Binary10011111011111110111011011000111100111000001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FBF02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,191,2); }

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

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

 a { background-color: rgb(79,191,2); }

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

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

 span { border-color: rgb(79,191,2); }

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