#58BD12

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

Shades of Kelly Green #58BD12

Tints of Kelly Green #58BD12

Color information

#58BD12 (or 0x58BD12) is unknown color: approx Kelly Green. HEX triplet: 58, BD and 12. RGB value is (88,189,18). Sum of RGB (Red+Green+Blue) = 88+189+18=295 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.83% from 295); Green value is 189 (74.22% from 255 or 64.07% from 295); Blue value is 18 (7.42% from 255 or 6.10% from 295); Max value from RGB is 189 - color contains mainly: green. Hex color #58BD12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #58BD12 is #A742ED. Grayscale: #8B8B8B. Windows color (decimal): -10961646 or 1228120. OLE color: 1228120.

HSL color Cylindrical-coordinate representation of color #58BD12: hue angle of 95.44º degrees, saturation: 0.83, 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 #58BD12 is Cyan = 0.53, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB8818918-
CMYK0.5300.900.26
HSL95.44º82.61%40.59%-
HSV(B)95.44º90.48%74.12%-
XYZ22.3338.516.83-
YUV139.3159.5491.4-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.83%
GREEN value IS 189 (74.22% from 255) = 64.07%
BLUE value IS 18 (7.42% from 255) = 6.10%
R=29.83%
G=64.07%
B=6.10%

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
Decimal88189180.5300.900.2695.4482.6140.59
Hex58BD123505A1A5f5329
Octal130275226501323213712351
Binary10110001011110110010110101010110101101010111111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BD12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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