#5FD628

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

Shades of Kelly Green #5FD628

Tints of Kelly Green #5FD628

Color information

#5FD628 (or 0x5FD628) is unknown color: approx Kelly Green. HEX triplet: 5F, D6 and 28. RGB value is (95,214,40). Sum of RGB (Red+Green+Blue) = 95+214+40=349 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.22% from 349); Green value is 214 (83.98% from 255 or 61.32% from 349); Blue value is 40 (16.02% from 255 or 11.46% from 349); Max value from RGB is 214 - color contains mainly: green. Hex color #5FD628 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD628 is #A029D7. Grayscale: #9F9F9F. Windows color (decimal): -10496472 or 2676319. OLE color: 2676319.

HSL color Cylindrical-coordinate representation of color #5FD628: hue angle of 101.03º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5FD628 is Cyan = 0.56, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB9521440-
CMYK0.5600.810.16
HSL101.03º68.5%49.8%-
HSV(B)101.03º81.31%83.92%-
XYZ29.1550.6810.25-
YUV158.5861.0882.65-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.22%
GREEN value IS 214 (83.98% from 255) = 61.32%
BLUE value IS 40 (16.02% from 255) = 11.46%
R=27.22%
G=61.32%
B=11.46%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal95214400.5600.810.16101.0368.549.8
Hex5FD6283805110654532
Octal137326507001212014510562
Binary101111111010110101000111000010100011000011001011000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FD628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,214,40); }

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

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

 a { background-color: rgb(95,214,40); }

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

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

 span { border-color: rgb(95,214,40); }

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