#58BC16

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

Shades of Kelly Green #58BC16

Tints of Kelly Green #58BC16

Color information

#58BC16 (or 0x58BC16) is unknown color: approx Kelly Green. HEX triplet: 58, BC and 16. RGB value is (88,188,22). Sum of RGB (Red+Green+Blue) = 88+188+22=298 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.53% from 298); Green value is 188 (73.83% from 255 or 63.09% from 298); Blue value is 22 (8.98% from 255 or 7.38% from 298); Max value from RGB is 188 - color contains mainly: green. Hex color #58BC16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #58BC16 is #A743E9. Grayscale: #8B8B8B. Windows color (decimal): -10961898 or 1490008. OLE color: 1490008.

HSL color Cylindrical-coordinate representation of color #58BC16: hue angle of 96.14º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #58BC16 is Cyan = 0.53, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB8818822-
CMYK0.5300.880.26
HSL96.14º79.05%41.18%-
HSV(B)96.14º88.3%73.73%-
XYZ22.1538.16.95-
YUV139.1861.8791.5-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.53%
GREEN value IS 188 (73.83% from 255) = 63.09%
BLUE value IS 22 (8.98% from 255) = 7.38%
R=29.53%
G=63.09%
B=7.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal88188220.5300.880.2696.1479.0541.18
Hex58BC16350581A604f29
Octal130274266501303214011751
Binary10110001011110010110110101010110001101011000001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BC16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,188,22); }

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

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

 a { background-color: rgb(88,188,22); }

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

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

 span { border-color: rgb(88,188,22); }

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