#5FC31A

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

Shades of Kelly Green #5FC31A

Tints of Kelly Green #5FC31A

Color information

#5FC31A (or 0x5FC31A) is unknown color: approx Kelly Green. HEX triplet: 5F, C3 and 1A. RGB value is (95,195,26). Sum of RGB (Red+Green+Blue) = 95+195+26=316 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.06% from 316); Green value is 195 (76.56% from 255 or 61.71% from 316); Blue value is 26 (10.55% from 255 or 8.23% from 316); Max value from RGB is 195 - color contains mainly: green. Hex color #5FC31A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC31A is #A03CE5. Grayscale: #929292. Windows color (decimal): -10501350 or 1753951. OLE color: 1753951.

HSL color Cylindrical-coordinate representation of color #5FC31A: hue angle of 95.5º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5FC31A is Cyan = 0.51, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB9519526-
CMYK0.5100.870.24
HSL95.5º76.47%43.33%-
HSV(B)95.5º86.67%76.47%-
XYZ24.4241.547.71-
YUV145.8360.3791.74-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.06%
GREEN value IS 195 (76.56% from 255) = 61.71%
BLUE value IS 26 (10.55% from 255) = 8.23%
R=30.06%
G=61.71%
B=8.23%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal95195260.5100.870.2495.576.4743.33
Hex5FC31A3305718604c2b
Octal137303326301273014011453
Binary10111111100001111010110011010101111100011000001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC31A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,195,26); }

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

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

 a { background-color: rgb(95,195,26); }

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

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

 span { border-color: rgb(95,195,26); }

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