#93DD86

Color #93DD86 Granny Smith Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith Apple #93DD86

Tints of Granny Smith Apple #93DD86

Color information

#93DD86 (or 0x93DD86) is unknown color: approx Granny Smith Apple. HEX triplet: 93, DD and 86. RGB value is (147,221,134). Sum of RGB (Red+Green+Blue) = 147+221+134=502 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.28% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 134 (52.73% from 255 or 26.69% from 502); Max value from RGB is 221 - color contains mainly: green. Hex color #93DD86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DD86 is #6C2279. Grayscale: #BDBDBD. Windows color (decimal): -7086714 or 8838547. OLE color: 8838547.

HSL color Cylindrical-coordinate representation of color #93DD86: hue angle of 111.03º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93DD86 is Cyan = 0.33, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB147221134-
CMYK0.3300.390.13
HSL111.03º56.13%69.61%-
HSV(B)111.03º39.37%86.67%-
XYZ42.1959.6431.84-
YUV188.9696.9898.07-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.28%
GREEN value IS 221 (86.72% from 255) = 44.02%
BLUE value IS 134 (52.73% from 255) = 26.69%
R=29.28%
G=44.02%
B=26.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1472211340.3300.390.13111.0356.1369.61
Hex93DD8621027D6f3846
Octal223335206410471515770106
Binary1001001111011101100001101000010100111110111011111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DD86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93DD86; }

 p { color: rgb(147,221,134); }

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

<style>
 a { background-color: #93DD86; }

 a { background-color: rgb(147,221,134); }

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

<style>
 span { border-color: #93DD86; }

 span { border-color: rgb(147,221,134); }

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