#5FD202

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

Shades of Kelly Green #5FD202

Tints of Kelly Green #5FD202

Color information

#5FD202 (or 0x5FD202) is unknown color: approx Kelly Green. HEX triplet: 5F, D2 and 02. RGB value is (95,210,2). Sum of RGB (Red+Green+Blue) = 95+210+2=307 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.94% from 307); Green value is 210 (82.42% from 255 or 68.40% from 307); Blue value is 2 (1.17% from 255 or 0.65% from 307); Max value from RGB is 210 - color contains mainly: green. Hex color #5FD202 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FD202 is #A02DFD. Grayscale: #989898. Windows color (decimal): -10497534 or 184927. OLE color: 184927.

HSL color Cylindrical-coordinate representation of color #5FD202: hue angle of 93.17º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5FD202 is Cyan = 0.55, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB952102-
CMYK0.5500.990.18
HSL93.17º98.11%41.57%-
HSV(B)93.17º99.05%82.35%-
XYZ27.7848.537.96-
YUV151.943.487.41-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.94%
GREEN value IS 210 (82.42% from 255) = 68.40%
BLUE value IS 2 (1.17% from 255) = 0.65%
R=30.94%
G=68.40%
B=0.65%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal9521020.5500.990.1893.1798.1141.57
Hex5FD2237063125d622a
Octal13732226701432213514252
Binary10111111101001010110111011000111001010111011100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FD202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,210,2); }

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

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

 a { background-color: rgb(95,210,2); }

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

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

 span { border-color: rgb(95,210,2); }

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