#58C050

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

Shades of Apple #58C050

Tints of Apple #58C050

Color information

#58C050 (or 0x58C050) is unknown color: approx Apple. HEX triplet: 58, C0 and 50. RGB value is (88,192,80). Sum of RGB (Red+Green+Blue) = 88+192+80=360 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.44% from 360); Green value is 192 (75.39% from 255 or 53.33% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 192 - color contains mainly: green. Hex color #58C050 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58C050 is #A73FAF. Grayscale: #949494. Windows color (decimal): -10960816 or 5292120. OLE color: 5292120.

HSL color Cylindrical-coordinate representation of color #58C050: hue angle of 115.71º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58C050 is Cyan = 0.54, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB8819280-
CMYK0.5400.580.25
HSL115.71º47.06%53.33%-
HSV(B)115.71º58.33%75.29%-
XYZ24.3240.3514.1-
YUV148.1489.5485.11-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.44%
GREEN value IS 192 (75.39% from 255) = 53.33%
BLUE value IS 80 (31.64% from 255) = 22.22%
R=24.44%
G=53.33%
B=22.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal88192800.5400.580.25115.7147.0653.33
Hex58C0503603A19742f35
Octal13030012066072311645765
Binary10110001100000010100001101100111010110011110100101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58C050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,192,80); }

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

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

 a { background-color: rgb(88,192,80); }

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

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

 span { border-color: rgb(88,192,80); }

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