#58BA45

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

Shades of Apple #58BA45

Tints of Apple #58BA45

Color information

#58BA45 (or 0x58BA45) is unknown color: approx Apple. HEX triplet: 58, BA and 45. RGB value is (88,186,69). Sum of RGB (Red+Green+Blue) = 88+186+69=343 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.66% from 343); Green value is 186 (73.05% from 255 or 54.23% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 186 - color contains mainly: green. Hex color #58BA45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58BA45 is #A745BA. Grayscale: #8F8F8F. Windows color (decimal): -10962363 or 4569688. OLE color: 4569688.

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

Color convert

RGB8818669-
CMYK0.5300.630.27
HSL110.26º45.88%50%-
HSV(B)110.26º62.9%72.94%-
XYZ22.6637.6211.7-
YUV143.3686.0388.51-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.66%
GREEN value IS 186 (73.05% from 255) = 54.23%
BLUE value IS 69 (27.34% from 255) = 20.12%
R=25.66%
G=54.23%
B=20.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal88186690.5300.630.27110.2645.8850
Hex58BA453503F1B6e2e32
Octal13027210565077331565662
Binary10110001011101010001011101010111111110111101110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,186,69); }

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

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

 a { background-color: rgb(88,186,69); }

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

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

 span { border-color: rgb(88,186,69); }

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