#58CA13

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

Shades of Kelly Green #58CA13

Tints of Kelly Green #58CA13

Color information

#58CA13 (or 0x58CA13) is unknown color: approx Kelly Green. HEX triplet: 58, CA and 13. RGB value is (88,202,19). Sum of RGB (Red+Green+Blue) = 88+202+19=309 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.48% from 309); Green value is 202 (79.30% from 255 or 65.37% from 309); Blue value is 19 (7.81% from 255 or 6.15% from 309); Max value from RGB is 202 - color contains mainly: green. Hex color #58CA13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #58CA13 is #A735EC. Grayscale: #939393. Windows color (decimal): -10958317 or 1296984. OLE color: 1296984.

HSL color Cylindrical-coordinate representation of color #58CA13: hue angle of 97.38º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #58CA13 is Cyan = 0.56, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB8820219-
CMYK0.5600.910.21
HSL97.38º82.81%43.33%-
HSV(B)97.38º90.59%79.22%-
XYZ25.2644.367.85-
YUV147.0555.7385.88-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.48%
GREEN value IS 202 (79.30% from 255) = 65.37%
BLUE value IS 19 (7.81% from 255) = 6.15%
R=28.48%
G=65.37%
B=6.15%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal88202190.5600.910.2197.3882.8143.33
Hex58CA133805B1561532b
Octal130312237001332514112353
Binary10110001100101010011111000010110111010111000011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58CA13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,202,19); }

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

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

 a { background-color: rgb(88,202,19); }

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

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

 span { border-color: rgb(88,202,19); }

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