#58CA42

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

Shades of Apple #58CA42

Tints of Apple #58CA42

Color information

#58CA42 (or 0x58CA42) is unknown color: approx Apple. HEX triplet: 58, CA and 42. RGB value is (88,202,66). Sum of RGB (Red+Green+Blue) = 88+202+66=356 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.72% from 356); Green value is 202 (79.30% from 255 or 56.74% from 356); Blue value is 66 (26.17% from 255 or 18.54% from 356); Max value from RGB is 202 - color contains mainly: green. Hex color #58CA42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58CA42 is #A735BD. Grayscale: #989898. Windows color (decimal): -10958270 or 4377176. OLE color: 4377176.

HSL color Cylindrical-coordinate representation of color #58CA42: hue angle of 110.29º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #58CA42 is Cyan = 0.56, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB8820266-
CMYK0.5600.670.21
HSL110.29º56.2%52.55%-
HSV(B)110.29º67.33%79.22%-
XYZ26.1344.7112.41-
YUV152.4179.2382.06-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.72%
GREEN value IS 202 (79.30% from 255) = 56.74%
BLUE value IS 66 (26.17% from 255) = 18.54%
R=24.72%
G=56.74%
B=18.54%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal88202660.5600.670.21110.2956.252.55
Hex58CA4238043156e3835
Octal130312102700103251567065
Binary101100011001010100001011100001000011101011101110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58CA42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,202,66); }

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

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

 a { background-color: rgb(88,202,66); }

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

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

 span { border-color: rgb(88,202,66); }

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