#58DD44

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

Shades of Apple #58DD44

Tints of Apple #58DD44

Color information

#58DD44 (or 0x58DD44) is unknown color: approx Apple. HEX triplet: 58, DD and 44. RGB value is (88,221,68). Sum of RGB (Red+Green+Blue) = 88+221+68=377 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.34% from 377); Green value is 221 (86.72% from 255 or 58.62% from 377); Blue value is 68 (26.95% from 255 or 18.04% from 377); Max value from RGB is 221 - color contains mainly: green. Hex color #58DD44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58DD44 is #A722BB. Grayscale: #A4A4A4. Windows color (decimal): -10953404 or 4513112. OLE color: 4513112.

HSL color Cylindrical-coordinate representation of color #58DD44: hue angle of 112.16º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #58DD44 is Cyan = 0.60, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB8822168-
CMYK0.6000.690.13
HSL112.16º69.23%56.67%-
HSV(B)112.16º69.23%86.67%-
XYZ30.9254.214.3-
YUV163.7973.9473.94-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.34%
GREEN value IS 221 (86.72% from 255) = 58.62%
BLUE value IS 68 (26.95% from 255) = 18.04%
R=23.34%
G=58.62%
B=18.04%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal88221680.6000.690.13112.1669.2356.67
Hex58DD443C045D704539
Octal1303351047401051516010571
Binary101100011011101100010011110001000101110111100001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58DD44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,221,68); }

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

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

 a { background-color: rgb(88,221,68); }

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

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

 span { border-color: rgb(88,221,68); }

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