#58BC52

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

Shades of Apple #58BC52

Tints of Apple #58BC52

Color information

#58BC52 (or 0x58BC52) is unknown color: approx Apple. HEX triplet: 58, BC and 52. RGB value is (88,188,82). Sum of RGB (Red+Green+Blue) = 88+188+82=358 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.58% from 358); Green value is 188 (73.83% from 255 or 52.51% from 358); Blue value is 82 (32.42% from 255 or 22.91% from 358); Max value from RGB is 188 - color contains mainly: green. Hex color #58BC52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58BC52 is #A743AD. Grayscale: #929292. Windows color (decimal): -10961838 or 5422168. OLE color: 5422168.

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

Color convert

RGB8818882-
CMYK0.5300.560.26
HSL116.6º44.17%52.94%-
HSV(B)116.6º56.38%73.73%-
XYZ23.5338.6514.2-
YUV146.0291.8786.62-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.58%
GREEN value IS 188 (73.83% from 255) = 52.51%
BLUE value IS 82 (32.42% from 255) = 22.91%
R=24.58%
G=52.51%
B=22.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal88188820.5300.560.26116.644.1752.94
Hex58BC52350381A752c35
Octal13027412265070321655465
Binary10110001011110010100101101010111000110101110101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BC52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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