#5FC31E

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

Shades of Kelly Green #5FC31E

Tints of Kelly Green #5FC31E

Color information

#5FC31E (or 0x5FC31E) is unknown color: approx Kelly Green. HEX triplet: 5F, C3 and 1E. RGB value is (95,195,30). Sum of RGB (Red+Green+Blue) = 95+195+30=320 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.69% from 320); Green value is 195 (76.56% from 255 or 60.94% from 320); Blue value is 30 (12.11% from 255 or 9.38% from 320); Max value from RGB is 195 - color contains mainly: green. Hex color #5FC31E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC31E is #A03CE1. Grayscale: #929292. Windows color (decimal): -10501346 or 2016095. OLE color: 2016095.

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

Color convert

RGB9519530-
CMYK0.5100.850.24
HSL96.36º73.33%44.12%-
HSV(B)96.36º84.62%76.47%-
XYZ24.4741.567.96-
YUV146.2962.3791.42-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.69%
GREEN value IS 195 (76.56% from 255) = 60.94%
BLUE value IS 30 (12.11% from 255) = 9.38%
R=29.69%
G=60.94%
B=9.38%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal95195300.5100.850.2496.3673.3344.12
Hex5FC31E330551860492c
Octal137303366301253014011154
Binary10111111100001111110110011010101011100011000001001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC31E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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