#99DE98

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

Shades of Granny Smith Apple #99DE98

Tints of Granny Smith Apple #99DE98

Color information

#99DE98 (or 0x99DE98) is unknown color: approx Granny Smith Apple. HEX triplet: 99, DE and 98. RGB value is (153,222,152). Sum of RGB (Red+Green+Blue) = 153+222+152=527 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.03% from 527); Green value is 222 (87.11% from 255 or 42.13% from 527); Blue value is 152 (59.77% from 255 or 28.84% from 527); Max value from RGB is 222 - color contains mainly: green. Hex color #99DE98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DE98 is #662167. Grayscale: #C1C1C1. Windows color (decimal): -6693224 or 10018457. OLE color: 10018457.

HSL color Cylindrical-coordinate representation of color #99DE98: hue angle of 119.14º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99DE98 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB153222152-
CMYK0.3100.320.13
HSL119.14º51.47%73.33%-
HSV(B)119.14º31.53%87.06%-
XYZ44.9361.2839.17-
YUV193.39104.6499.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.03%
GREEN value IS 222 (87.11% from 255) = 42.13%
BLUE value IS 152 (59.77% from 255) = 28.84%
R=29.03%
G=42.13%
B=28.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1532221520.3100.320.13119.1451.4773.33
Hex99DE981F020D773349
Octal231336230370401516763111
Binary100110011101111010011000111110100000110111101111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99DE98; }

 p { color: rgb(153,222,152); }

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

<style>
 a { background-color: #99DE98; }

 a { background-color: rgb(153,222,152); }

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

<style>
 span { border-color: #99DE98; }

 span { border-color: rgb(153,222,152); }

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