#58C13D

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

Shades of Apple #58C13D

Tints of Apple #58C13D

Color information

#58C13D (or 0x58C13D) is unknown color: approx Apple. HEX triplet: 58, C1 and 3D. RGB value is (88,193,61). Sum of RGB (Red+Green+Blue) = 88+193+61=342 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.73% from 342); Green value is 193 (75.78% from 255 or 56.43% from 342); Blue value is 61 (24.22% from 255 or 17.84% from 342); Max value from RGB is 193 - color contains mainly: green. Hex color #58C13D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58C13D is #A73EC2. Grayscale: #929292. Windows color (decimal): -10960579 or 4047192. OLE color: 4047192.

HSL color Cylindrical-coordinate representation of color #58C13D: hue angle of 107.73º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #58C13D is Cyan = 0.54, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB8819361-
CMYK0.5400.680.24
HSL107.73º51.97%49.8%-
HSV(B)107.73º68.39%75.69%-
XYZ23.9440.5510.98-
YUV146.5679.7186.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.73%
GREEN value IS 193 (75.78% from 255) = 56.43%
BLUE value IS 61 (24.22% from 255) = 17.84%
R=25.73%
G=56.43%
B=17.84%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal88193610.5400.680.24107.7351.9749.8
Hex58C13D36044186c3432
Octal13030175660104301546462
Binary10110001100000111110111011001000100110001101100110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58C13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,193,61); }

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

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

 a { background-color: rgb(88,193,61); }

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

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

 span { border-color: rgb(88,193,61); }

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