#5fd80d

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

Shades of Kelly Green #5FD80D

Tints of Kelly Green #5FD80D

Color information

#5FD80D (or 0x5FD80D) is unknown color: approx Kelly Green. HEX triplet: 5F, D8 and 0D. RGB value is (95,216,13). Sum of RGB (Red+Green+Blue) = 95+216+13=324 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.32% from 324); Green value is 216 (84.77% from 255 or 66.67% from 324); Blue value is 13 (5.47% from 255 or 4.01% from 324); Max value from RGB is 216 - color contains mainly: green. Hex color #5FD80D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FD80D is #A027F2. Grayscale: #9D9D9D. Windows color (decimal): -10495987 or 907359. OLE color: 907359.

HSL color Cylindrical-coordinate representation of color #5FD80D: hue angle of 95.76º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5FD80D is Cyan = 0.56, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB9521613-
CMYK0.5600.940.15
HSL95.76º88.65%44.9%-
HSV(B)95.76º93.98%84.71%-
XYZ29.3551.578.79-
YUV156.6846.9184.01-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.32%
GREEN value IS 216 (84.77% from 255) = 66.67%
BLUE value IS 13 (5.47% from 255) = 4.01%
R=29.32%
G=66.67%
B=4.01%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal95216130.5600.940.1595.7688.6544.9
Hex5FD8D3805EF60592d
Octal137330157001361714013155
Binary101111111011000110111100001011110111111000001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5fd80d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,216,13); }

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

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

 a { background-color: rgb(95,216,13); }

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

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

 span { border-color: rgb(95,216,13); }

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