#58BB02

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

Shades of Kelly Green #58BB02

Tints of Kelly Green #58BB02

Color information

#58BB02 (or 0x58BB02) is unknown color: approx Kelly Green. HEX triplet: 58, BB and 02. RGB value is (88,187,2). Sum of RGB (Red+Green+Blue) = 88+187+2=277 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.77% from 277); Green value is 187 (73.44% from 255 or 67.51% from 277); Blue value is 2 (1.17% from 255 or 0.72% from 277); Max value from RGB is 187 - color contains mainly: green. Hex color #58BB02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #58BB02 is #A744FD. Grayscale: #888888. Windows color (decimal): -10962174 or 179032. OLE color: 179032.

HSL color Cylindrical-coordinate representation of color #58BB02: hue angle of 92.11º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #58BB02 is Cyan = 0.53, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB881872-
CMYK0.5300.990.27
HSL92.11º97.88%37.06%-
HSV(B)92.11º98.93%73.33%-
XYZ21.8137.626.17-
YUV136.3152.293.54-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.77%
GREEN value IS 187 (73.44% from 255) = 67.51%
BLUE value IS 2 (1.17% from 255) = 0.72%
R=31.77%
G=67.51%
B=0.72%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal8818720.5300.990.2792.1197.8837.06
Hex58BB2350631B5c6225
Octal13027326501433313414245
Binary10110001011101110110101011000111101110111001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BB02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,187,2); }

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

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

 a { background-color: rgb(88,187,2); }

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

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

 span { border-color: rgb(88,187,2); }

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