#5FD11F

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

Shades of Kelly Green #5FD11F

Tints of Kelly Green #5FD11F

Color information

#5FD11F (or 0x5FD11F) is unknown color: approx Kelly Green. HEX triplet: 5F, D1 and 1F. RGB value is (95,209,31). Sum of RGB (Red+Green+Blue) = 95+209+31=335 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.36% from 335); Green value is 209 (82.03% from 255 or 62.39% from 335); Blue value is 31 (12.5% from 255 or 9.25% from 335); Max value from RGB is 209 - color contains mainly: green. Hex color #5FD11F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD11F is #A02EE0. Grayscale: #9B9B9B. Windows color (decimal): -10497761 or 2085215. OLE color: 2085215.

HSL color Cylindrical-coordinate representation of color #5FD11F: hue angle of 98.43º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5FD11F is Cyan = 0.55, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB9520931-
CMYK0.5500.850.18
HSL98.43º74.17%47.06%-
HSV(B)98.43º85.17%81.96%-
XYZ27.7748.139.12-
YUV154.6258.2385.47-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.36%
GREEN value IS 209 (82.03% from 255) = 62.39%
BLUE value IS 31 (12.5% from 255) = 9.25%
R=28.36%
G=62.39%
B=9.25%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal95209310.5500.850.1898.4374.1747.06
Hex5FD11F3705512624a2f
Octal137321376701252214211257
Binary10111111101000111111110111010101011001011000101001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FD11F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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