#93DD83

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

Shades of Granny Smith Apple #93DD83

Tints of Granny Smith Apple #93DD83

Color information

#93DD83 (or 0x93DD83) is unknown color: approx Granny Smith Apple. HEX triplet: 93, DD and 83. RGB value is (147,221,131). Sum of RGB (Red+Green+Blue) = 147+221+131=499 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.46% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 131 (51.56% from 255 or 26.25% from 499); Max value from RGB is 221 - color contains mainly: green. Hex color #93DD83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DD83 is #6C227C. Grayscale: #BCBCBC. Windows color (decimal): -7086717 or 8641939. OLE color: 8641939.

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

Color convert

RGB147221131-
CMYK0.3300.410.13
HSL109.33º56.96%69.02%-
HSV(B)109.33º40.72%86.67%-
XYZ41.9959.5530.76-
YUV188.6195.4898.32-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.46%
GREEN value IS 221 (86.72% from 255) = 44.29%
BLUE value IS 131 (51.56% from 255) = 26.25%
R=29.46%
G=44.29%
B=26.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1472211310.3300.410.13109.3356.9669.02
Hex93DD8321029D6d3945
Octal223335203410511515571105
Binary1001001111011101100000111000010101001110111011011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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