#58BC4C

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

Shades of Apple #58BC4C

Tints of Apple #58BC4C

Color information

#58BC4C (or 0x58BC4C) is unknown color: approx Apple. HEX triplet: 58, BC and 4C. RGB value is (88,188,76). Sum of RGB (Red+Green+Blue) = 88+188+76=352 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25% from 352); Green value is 188 (73.83% from 255 or 53.41% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 188 - color contains mainly: green. Hex color #58BC4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58BC4C is #A743B3. Grayscale: #919191. Windows color (decimal): -10961844 or 5028952. OLE color: 5028952.

HSL color Cylindrical-coordinate representation of color #58BC4C: hue angle of 113.57º 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 #58BC4C is Cyan = 0.53, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB8818876-
CMYK0.5300.600.26
HSL113.57º45.53%51.76%-
HSV(B)113.57º59.57%73.73%-
XYZ23.3138.5613.05-
YUV145.3388.8787.11-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25%
GREEN value IS 188 (73.83% from 255) = 53.41%
BLUE value IS 76 (30.08% from 255) = 21.59%
R=25%
G=53.41%
B=21.59%

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
Decimal88188760.5300.600.26113.5745.5351.76
Hex58BC4C3503C1A722e34
Octal13027411465074321625664
Binary10110001011110010011001101010111100110101110010101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BC4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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