#5FB312

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

Shades of Kelly Green #5FB312

Tints of Kelly Green #5FB312

Color information

#5FB312 (or 0x5FB312) is unknown color: approx Kelly Green. HEX triplet: 5F, B3 and 12. RGB value is (95,179,18). Sum of RGB (Red+Green+Blue) = 95+179+18=292 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.53% from 292); Green value is 179 (70.31% from 255 or 61.30% from 292); Blue value is 18 (7.42% from 255 or 6.16% from 292); Max value from RGB is 179 - color contains mainly: green. Hex color #5FB312 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FB312 is #A04CED. Grayscale: #888888. Windows color (decimal): -10505454 or 1225567. OLE color: 1225567.

HSL color Cylindrical-coordinate representation of color #5FB312: hue angle of 91.3º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5FB312 is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB9517918-
CMYK0.4700.900.30
HSL91.3º81.73%38.63%-
HSV(B)91.3º89.94%70.2%-
XYZ20.9534.726.17-
YUV135.5361.6799.09-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.53%
GREEN value IS 179 (70.31% from 255) = 61.30%
BLUE value IS 18 (7.42% from 255) = 6.16%
R=32.53%
G=61.30%
B=6.16%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal95179180.4700.900.3091.381.7338.63
Hex5FB3122F05A1E5b5227
Octal137263225701323613312247
Binary10111111011001110010101111010110101111010110111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,179,18); }

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

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

 a { background-color: rgb(95,179,18); }

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

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

 span { border-color: rgb(95,179,18); }

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