#93DD84

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

Shades of Granny Smith Apple #93DD84

Tints of Granny Smith Apple #93DD84

Color information

#93DD84 (or 0x93DD84) is unknown color: approx Granny Smith Apple. HEX triplet: 93, DD and 84. RGB value is (147,221,132). Sum of RGB (Red+Green+Blue) = 147+221+132=500 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.4% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 132 (51.95% from 255 or 26.4% from 500); Max value from RGB is 221 - color contains mainly: green. Hex color #93DD84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DD84 is #6C227B. Grayscale: #BDBDBD. Windows color (decimal): -7086716 or 8707475. OLE color: 8707475.

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

Color convert

RGB147221132-
CMYK0.3300.400.13
HSL109.89º56.69%69.22%-
HSV(B)109.89º40.27%86.67%-
XYZ42.0559.5831.11-
YUV188.7395.9898.24-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.4%
GREEN value IS 221 (86.72% from 255) = 44.2%
BLUE value IS 132 (51.95% from 255) = 26.4%
R=29.4%
G=44.2%
B=26.4%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1472211320.3300.400.13109.8956.6969.22
Hex93DD8421028D6e3945
Octal223335204410501515671105
Binary1001001111011101100001001000010101000110111011101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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