Html Css Color HEX #98DE96 Granny Smith Apple

📋 copy color: '#98DE96'

red 152 ◦ green 222 ◦ blue 150

#98DE96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Smith Apple #98DE96

Tints of Granny Smith Apple #98DE96

RGB

 RED value IS 152 (59.77% from 255) = 29.01%

 GREEN value IS 222 (87.11% from 255) = 42.37%

 BLUE value IS 150 (58.98% from 255) = 28.63%

R = 29.01%
G = 42.37%
B = 28.63%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#98DE96 (or 0x98DE96) is known color: Granny Smith Apple. HEX triplet: 98, DE and 96. RGB value is (152,222,150). Sum of RGB (Red+Green+Blue) = 152+222+150=524 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.01% from 524); Green value is 222 (87.11% from 255 or 42.37% from 524); Blue value is 150 (58.98% from 255 or 28.63% from 524); Max value from RGB is 222 - color contains mainly: green. Hex color #98DE96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DE96 is #672169. Grayscale: #C1C1C1. Windows color (decimal): -6758762 or 9887384. OLE color: 9887384.

HSL color Cylindrical-coordinate representation of color #98DE96: hue angle of 118.33º degrees, saturation: 0.52, 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 #98DE96 is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 222 150 -
CMYK 0.32 0 0.32 0.13
HSL 118.33º 0.52% 0.73% -
HSV(B) 118.33º 0.32% 0.87% -
XYZ 44.58 61.12 38.3 -
YUV 192.86 103.81 98.85 -
System Red Green Blue C M Y K H S L
Decimal 152 222 150 0.32 0 0.32 0.13 118.33 0.52 0.73
Hex 98 DE 96 20 0 20 D 76 34 49
Octal 230 336 226 40 0 40 15 166 64 111
Binary 10011000 11011110 10010110 100000 0 100000 1101 1110110 110100 1001001

Color Harmonies of #98DE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DE96

Black with #98DE96

Text Example


Text Example

White with #98DE96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98DE96; }

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

 H1.HeaderClassName
 {
   color: #98DE96;
 }
 .AnyTagClassName
 {
   color: #98DE96;
 }
</style>

background-color css

<style>
 a { background-color: #98DE96; }

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

 div.DivClassName
 {
   background-color: #98DE96;
 }
 .BgClassName
 {
   background-color: #98DE96;
 }
</style>

border-color css

<style>
 span { border-color: #98DE96; }

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

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