#58D64D

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

Shades of Apple #58D64D

Tints of Apple #58D64D

Color information

#58D64D (or 0x58D64D) is unknown color: approx Apple. HEX triplet: 58, D6 and 4D. RGB value is (88,214,77). Sum of RGB (Red+Green+Blue) = 88+214+77=379 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.22% from 379); Green value is 214 (83.98% from 255 or 56.46% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 214 - color contains mainly: green. Hex color #58D64D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58D64D is #A729B2. Grayscale: #A1A1A1. Windows color (decimal): -10955187 or 5101144. OLE color: 5101144.

HSL color Cylindrical-coordinate representation of color #58D64D: hue angle of 115.18º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58D64D is Cyan = 0.59, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB8821477-
CMYK0.5900.640.16
HSL115.18º62.56%57.06%-
HSV(B)115.18º64.02%83.92%-
XYZ29.4150.715.26-
YUV160.7180.7676.14-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.22%
GREEN value IS 214 (83.98% from 255) = 56.46%
BLUE value IS 77 (30.47% from 255) = 20.32%
R=23.22%
G=56.46%
B=20.32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal88214770.5900.640.16115.1862.5657.06
Hex58D64D3B04010733f39
Octal130326115730100201637771
Binary101100011010110100110111101101000000100001110011111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58D64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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