#5FBF1F

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

Shades of Kelly Green #5FBF1F

Tints of Kelly Green #5FBF1F

Color information

#5FBF1F (or 0x5FBF1F) is unknown color: approx Kelly Green. HEX triplet: 5F, BF and 1F. RGB value is (95,191,31). Sum of RGB (Red+Green+Blue) = 95+191+31=317 (41% of max value = 765). Red value is 95 (37.5% from 255 or 29.97% from 317); Green value is 191 (75% from 255 or 60.25% from 317); Blue value is 31 (12.5% from 255 or 9.78% from 317); Max value from RGB is 191 - color contains mainly: green. Hex color #5FBF1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FBF1F is #A040E0. Grayscale: #909090. Windows color (decimal): -10502369 or 2080607. OLE color: 2080607.

HSL color Cylindrical-coordinate representation of color #5FBF1F: hue angle of 96º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5FBF1F is Cyan = 0.50, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB9519131-
CMYK0.5000.840.25
HSL96º72.07%43.53%-
HSV(B)96º83.77%74.9%-
XYZ23.639.797.73-
YUV144.0664.293.01-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.97%
GREEN value IS 191 (75% from 255) = 60.25%
BLUE value IS 31 (12.5% from 255) = 9.78%
R=29.97%
G=60.25%
B=9.78%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal95191310.5000.840.259672.0743.53
Hex5FBF1F320541960482c
Octal137277376201243114011054
Binary10111111011111111111110010010101001100111000001001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBF1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FBF1F; }

 p { color: rgb(95,191,31); }

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

<style>
 a { background-color: #5FBF1F; }

 a { background-color: rgb(95,191,31); }

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

<style>
 span { border-color: #5FBF1F; }

 span { border-color: rgb(95,191,31); }

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