#58BD13

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

Shades of Kelly Green #58BD13

Tints of Kelly Green #58BD13

Color information

#58BD13 (or 0x58BD13) is unknown color: approx Kelly Green. HEX triplet: 58, BD and 13. RGB value is (88,189,19). Sum of RGB (Red+Green+Blue) = 88+189+19=296 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.73% from 296); Green value is 189 (74.22% from 255 or 63.85% from 296); Blue value is 19 (7.81% from 255 or 6.42% from 296); Max value from RGB is 189 - color contains mainly: green. Hex color #58BD13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #58BD13 is #A742EC. Grayscale: #8C8C8C. Windows color (decimal): -10961645 or 1293656. OLE color: 1293656.

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

Color convert

RGB8818919-
CMYK0.5300.900.26
HSL95.65º81.73%40.78%-
HSV(B)95.65º89.95%74.12%-
XYZ22.3438.526.87-
YUV139.4260.0491.32-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.73%
GREEN value IS 189 (74.22% from 255) = 63.85%
BLUE value IS 19 (7.81% from 255) = 6.42%
R=29.73%
G=63.85%
B=6.42%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal88189190.5300.900.2695.6581.7340.78
Hex58BD133505A1A605229
Octal130275236501323214012251
Binary10110001011110110011110101010110101101011000001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BD13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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