#58BC4B

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

Shades of Apple #58BC4B

Tints of Apple #58BC4B

Color information

#58BC4B (or 0x58BC4B) is unknown color: approx Apple. HEX triplet: 58, BC and 4B. RGB value is (88,188,75). Sum of RGB (Red+Green+Blue) = 88+188+75=351 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.07% from 351); Green value is 188 (73.83% from 255 or 53.56% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 188 - color contains mainly: green. Hex color #58BC4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58BC4B is #A743B4. Grayscale: #919191. Windows color (decimal): -10961845 or 4963416. OLE color: 4963416.

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

Color convert

RGB8818875-
CMYK0.5300.600.26
HSL113.1º45.75%51.57%-
HSV(B)113.1º60.11%73.73%-
XYZ23.2838.5512.87-
YUV145.2288.3787.19-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.07%
GREEN value IS 188 (73.83% from 255) = 53.56%
BLUE value IS 75 (29.69% from 255) = 21.37%
R=25.07%
G=53.56%
B=21.37%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal88188750.5300.600.26113.145.7551.57
Hex58BC4B3503C1A712e34
Octal13027411365074321615664
Binary10110001011110010010111101010111100110101110001101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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