#58B550

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

Shades of Apple #58B550

Tints of Apple #58B550

Color information

#58B550 (or 0x58B550) is unknown color: approx Apple. HEX triplet: 58, B5 and 50. RGB value is (88,181,80). Sum of RGB (Red+Green+Blue) = 88+181+80=349 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.21% from 349); Green value is 181 (71.09% from 255 or 51.86% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 181 - color contains mainly: green. Hex color #58B550 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58B550 is #A74AAF. Grayscale: #8D8D8D. Windows color (decimal): -10963632 or 5289304. OLE color: 5289304.

HSL color Cylindrical-coordinate representation of color #58B550: hue angle of 115.25º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58B550 is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB8818180-
CMYK0.5100.560.29
HSL115.25º40.56%51.18%-
HSV(B)115.25º55.8%70.98%-
XYZ2235.713.32-
YUV141.6893.1989.71-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.21%
GREEN value IS 181 (71.09% from 255) = 51.86%
BLUE value IS 80 (31.64% from 255) = 22.92%
R=25.21%
G=51.86%
B=22.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal88181800.5100.560.29115.2540.5651.18
Hex58B550330381D732933
Octal13026512063070351635163
Binary10110001011010110100001100110111000111011110011101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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