#58BB41

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

Shades of Apple #58BB41

Tints of Apple #58BB41

Color information

#58BB41 (or 0x58BB41) is unknown color: approx Apple. HEX triplet: 58, BB and 41. RGB value is (88,187,65). Sum of RGB (Red+Green+Blue) = 88+187+65=340 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.88% from 340); Green value is 187 (73.44% from 255 or 55% from 340); Blue value is 65 (25.78% from 255 or 19.12% from 340); Max value from RGB is 187 - color contains mainly: green. Hex color #58BB41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58BB41 is #A744BE. Grayscale: #8F8F8F. Windows color (decimal): -10962111 or 4307800. OLE color: 4307800.

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

Color convert

RGB8818765-
CMYK0.5300.650.27
HSL108.69º48.41%49.41%-
HSV(B)108.69º65.24%73.33%-
XYZ22.753811.14-
YUV143.4983.788.42-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.88%
GREEN value IS 187 (73.44% from 255) = 55%
BLUE value IS 65 (25.78% from 255) = 19.12%
R=25.88%
G=55%
B=19.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal88187650.5300.650.27108.6948.4149.41
Hex58BB41350411B6d3031
Octal130273101650101331556061
Binary101100010111011100000111010101000001110111101101110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BB41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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