#58C80D

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

Shades of Kelly Green #58C80D

Tints of Kelly Green #58C80D

Color information

#58C80D (or 0x58C80D) is unknown color: approx Kelly Green. HEX triplet: 58, C8 and 0D. RGB value is (88,200,13). Sum of RGB (Red+Green+Blue) = 88+200+13=301 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.24% from 301); Green value is 200 (78.52% from 255 or 66.45% from 301); Blue value is 13 (5.47% from 255 or 4.32% from 301); Max value from RGB is 200 - color contains mainly: green. Hex color #58C80D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #58C80D is #A737F2. Grayscale: #919191. Windows color (decimal): -10958835 or 903256. OLE color: 903256.

HSL color Cylindrical-coordinate representation of color #58C80D: hue angle of 95.94º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #58C80D is Cyan = 0.56, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB8820013-
CMYK0.5600.940.22
HSL95.94º87.79%41.76%-
HSV(B)95.94º93.5%78.43%-
XYZ24.7543.417.46-
YUV145.1953.3987.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.24%
GREEN value IS 200 (78.52% from 255) = 66.45%
BLUE value IS 13 (5.47% from 255) = 4.32%
R=29.24%
G=66.45%
B=4.32%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal88200130.5600.940.2295.9487.7941.76
Hex58C8D3805E1660582a
Octal130310157001362614013052
Binary1011000110010001101111000010111101011011000001011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58C80D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,200,13); }

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

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

 a { background-color: rgb(88,200,13); }

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

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

 span { border-color: rgb(88,200,13); }

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