#5FDA1C

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

Shades of Kelly Green #5FDA1C

Tints of Kelly Green #5FDA1C

Color information

#5FDA1C (or 0x5FDA1C) is unknown color: approx Kelly Green. HEX triplet: 5F, DA and 1C. RGB value is (95,218,28). Sum of RGB (Red+Green+Blue) = 95+218+28=341 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.86% from 341); Green value is 218 (85.55% from 255 or 63.93% from 341); Blue value is 28 (11.33% from 255 or 8.21% from 341); Max value from RGB is 218 - color contains mainly: green. Hex color #5FDA1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FDA1C is #A025E3. Grayscale: #A0A0A0. Windows color (decimal): -10495460 or 1890911. OLE color: 1890911.

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

Color convert

RGB9521828-
CMYK0.5600.870.15
HSL98.84º77.24%48.24%-
HSV(B)98.84º87.16%85.49%-
XYZ3052.669.68-
YUV159.5653.7581.95-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.86%
GREEN value IS 218 (85.55% from 255) = 63.93%
BLUE value IS 28 (11.33% from 255) = 8.21%
R=27.86%
G=63.93%
B=8.21%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal95218280.5600.870.1598.8477.2448.24
Hex5FDA1C38057F634d30
Octal137332347001271714311560
Binary1011111110110101110011100001010111111111000111001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FDA1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,218,28); }

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

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

 a { background-color: rgb(95,218,28); }

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

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

 span { border-color: rgb(95,218,28); }

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