#58BD09

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

Shades of Kelly Green #58BD09

Tints of Kelly Green #58BD09

Color information

#58BD09 (or 0x58BD09) is unknown color: approx Kelly Green. HEX triplet: 58, BD and 09. RGB value is (88,189,9). Sum of RGB (Red+Green+Blue) = 88+189+9=286 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.77% from 286); Green value is 189 (74.22% from 255 or 66.08% from 286); Blue value is 9 (3.91% from 255 or 3.15% from 286); Max value from RGB is 189 - color contains mainly: green. Hex color #58BD09 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #58BD09 is #A742F6. Grayscale: #8A8A8A. Windows color (decimal): -10961655 or 638296. OLE color: 638296.

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

Color convert

RGB881899-
CMYK0.5300.950.26
HSL93.67º90.91%38.82%-
HSV(B)93.67º95.24%74.12%-
XYZ22.2738.496.51-
YUV138.2855.0492.14-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.77%
GREEN value IS 189 (74.22% from 255) = 66.08%
BLUE value IS 9 (3.91% from 255) = 3.15%
R=30.77%
G=66.08%
B=3.15%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal8818990.5300.950.2693.6790.9138.82
Hex58BD93505F1A5e5b27
Octal130275116501373213613347
Binary1011000101111011001110101010111111101010111101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BD09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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