#58D94B

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

Shades of Apple #58D94B

Tints of Apple #58D94B

Color information

#58D94B (or 0x58D94B) is unknown color: approx Apple. HEX triplet: 58, D9 and 4B. RGB value is (88,217,75). Sum of RGB (Red+Green+Blue) = 88+217+75=380 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.16% from 380); Green value is 217 (85.16% from 255 or 57.11% from 380); Blue value is 75 (29.69% from 255 or 19.74% from 380); Max value from RGB is 217 - color contains mainly: green. Hex color #58D94B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58D94B is #A726B4. Grayscale: #A2A2A2. Windows color (decimal): -10954421 or 4970840. OLE color: 4970840.

HSL color Cylindrical-coordinate representation of color #58D94B: hue angle of 114.51º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58D94B is Cyan = 0.59, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB8821775-
CMYK0.5900.650.15
HSL114.51º65.14%57.25%-
HSV(B)114.51º65.44%85.1%-
XYZ30.1152.2115.15-
YUV162.2478.7675.05-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.16%
GREEN value IS 217 (85.16% from 255) = 57.11%
BLUE value IS 75 (29.69% from 255) = 19.74%
R=23.16%
G=57.11%
B=19.74%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal88217750.5900.650.15114.5165.1457.25
Hex58D94B3B041F734139
Octal1303311137301011716310171
Binary101100011011001100101111101101000001111111100111000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58D94B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,217,75); }

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

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

 a { background-color: rgb(88,217,75); }

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

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

 span { border-color: rgb(88,217,75); }

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