#4FBF12

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

Shades of Kelly Green #4FBF12

Tints of Kelly Green #4FBF12

Color information

#4FBF12 (or 0x4FBF12) is unknown color: approx Kelly Green. HEX triplet: 4F, BF and 12. RGB value is (79,191,18). Sum of RGB (Red+Green+Blue) = 79+191+18=288 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.43% from 288); Green value is 191 (75% from 255 or 66.32% from 288); Blue value is 18 (7.42% from 255 or 6.25% from 288); Max value from RGB is 191 - color contains mainly: green. Hex color #4FBF12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4FBF12 is #B040ED. Grayscale: #8A8A8A. Windows color (decimal): -11550958 or 1228623. OLE color: 1228623.

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

Color convert

RGB7919118-
CMYK0.5900.910.25
HSL98.84º82.78%40.98%-
HSV(B)98.84º90.58%74.9%-
XYZ21.9638.976.94-
YUV137.7960.3986.07-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.43%
GREEN value IS 191 (75% from 255) = 66.32%
BLUE value IS 18 (7.42% from 255) = 6.25%
R=27.43%
G=66.32%
B=6.25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal79191180.5900.910.2598.8482.7840.98
Hex4FBF123B05B19635329
Octal117277227301333114312351
Binary10011111011111110010111011010110111100111000111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FBF12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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