#58BC2F

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

Shades of Kelly Green #58BC2F

Tints of Kelly Green #58BC2F

Color information

#58BC2F (or 0x58BC2F) is unknown color: approx Kelly Green. HEX triplet: 58, BC and 2F. RGB value is (88,188,47). Sum of RGB (Red+Green+Blue) = 88+188+47=323 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.24% from 323); Green value is 188 (73.83% from 255 or 58.20% from 323); Blue value is 47 (18.75% from 255 or 14.55% from 323); Max value from RGB is 188 - color contains mainly: green. Hex color #58BC2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58BC2F is #A743D0. Grayscale: #8E8E8E. Windows color (decimal): -10961873 or 3128408. OLE color: 3128408.

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

Color convert

RGB8818847-
CMYK0.5300.750.26
HSL102.55º60%46.08%-
HSV(B)102.55º75%73.73%-
XYZ22.5238.258.88-
YUV142.0374.3789.46-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.24%
GREEN value IS 188 (73.83% from 255) = 58.20%
BLUE value IS 47 (18.75% from 255) = 14.55%
R=27.24%
G=58.20%
B=14.55%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal88188470.5300.750.26102.556046.08
Hex58BC2F3504B1A673c2e
Octal13027457650113321477456
Binary10110001011110010111111010101001011110101100111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BC2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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