#58C04D

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

Shades of Apple #58C04D

Tints of Apple #58C04D

Color information

#58C04D (or 0x58C04D) is unknown color: approx Apple. HEX triplet: 58, C0 and 4D. RGB value is (88,192,77). Sum of RGB (Red+Green+Blue) = 88+192+77=357 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.65% from 357); Green value is 192 (75.39% from 255 or 53.78% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 192 - color contains mainly: green. Hex color #58C04D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58C04D is #A73FB2. Grayscale: #949494. Windows color (decimal): -10960819 or 5095512. OLE color: 5095512.

HSL color Cylindrical-coordinate representation of color #58C04D: hue angle of 114.26º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58C04D is Cyan = 0.54, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB8819277-
CMYK0.5400.600.25
HSL114.26º47.72%52.75%-
HSV(B)114.26º59.9%75.29%-
XYZ24.2140.3113.53-
YUV147.7988.0485.35-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.65%
GREEN value IS 192 (75.39% from 255) = 53.78%
BLUE value IS 77 (30.47% from 255) = 21.57%
R=24.65%
G=53.78%
B=21.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal88192770.5400.600.25114.2647.7252.75
Hex58C04D3603C19723035
Octal13030011566074311626065
Binary10110001100000010011011101100111100110011110010110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58C04D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,192,77); }

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

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

 a { background-color: rgb(88,192,77); }

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

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

 span { border-color: rgb(88,192,77); }

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