#58D201

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

Shades of Kelly Green #58D201

Tints of Kelly Green #58D201

Color information

#58D201 (or 0x58D201) is unknown color: approx Kelly Green. HEX triplet: 58, D2 and 01. RGB value is (88,210,1). Sum of RGB (Red+Green+Blue) = 88+210+1=299 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.43% from 299); Green value is 210 (82.42% from 255 or 70.23% from 299); Blue value is 1 (0.78% from 255 or 0.33% from 299); Max value from RGB is 210 - color contains mainly: green. Hex color #58D201 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #58D201 is #A72DFE. Grayscale: #969696. Windows color (decimal): -10956287 or 119384. OLE color: 119384.

HSL color Cylindrical-coordinate representation of color #58D201: hue angle of 95.02º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #58D201 is Cyan = 0.58, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.18.

Color convert

RGB882101-
CMYK0.5801.000.18
HSL95.02º99.05%41.37%-
HSV(B)95.02º99.52%82.35%-
XYZ27.0848.177.9-
YUV149.744.0883.99-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.43%
GREEN value IS 210 (82.42% from 255) = 70.23%
BLUE value IS 1 (0.78% from 255) = 0.33%
R=29.43%
G=70.23%
B=0.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal8821010.5801.000.1895.0299.0541.37
Hex58D213A064125f6329
Octal13032217201442213714351
Binary1011000110100101111010011001001001010111111100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58D201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58D201; }

 p { color: rgb(88,210,1); }

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

<style>
 a { background-color: #58D201; }

 a { background-color: rgb(88,210,1); }

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

<style>
 span { border-color: #58D201; }

 span { border-color: rgb(88,210,1); }

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