Html Css Color HEX #96DE99 Granny Smith Apple

📋 copy color: '#96DE99'

red 150 ◦ green 222 ◦ blue 153

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

Shades of Granny Smith Apple #96DE99

Tints of Granny Smith Apple #96DE99

RGB

 RED value IS 150 (58.98% from 255) = 28.57%

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

 BLUE value IS 153 (60.16% from 255) = 29.14%

R = 28.57%
G = 42.29%
B = 29.14%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#96DE99 (or 0x96DE99) is known color: Granny Smith Apple. HEX triplet: 96, DE and 99. RGB value is (150,222,153). Sum of RGB (Red+Green+Blue) = 150+222+153=525 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.57% from 525); Green value is 222 (87.11% from 255 or 42.29% from 525); Blue value is 153 (60.16% from 255 or 29.14% from 525); Max value from RGB is 222 - color contains mainly: green. Hex color #96DE99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DE99 is #692166. Grayscale: #C0C0C0. Windows color (decimal): -6889831 or 10083990. OLE color: 10083990.

HSL color Cylindrical-coordinate representation of color #96DE99: hue angle of 122.5º 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 #96DE99 is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 222 153 -
CMYK 0.32 0 0.31 0.13
HSL 122.5º 0.52% 0.73% -
HSV(B) 122.5º 0.32% 0.87% -
XYZ 44.45 61.03 39.57 -
YUV 192.61 105.65 97.61 -
System Red Green Blue C M Y K H S L
Decimal 150 222 153 0.32 0 0.31 0.13 122.5 0.52 0.73
Hex 96 DE 99 20 0 1F D 7B 34 49
Octal 226 336 231 40 0 37 15 173 64 111
Binary 10010110 11011110 10011001 100000 0 11111 1101 1111011 110100 1001001

Color Harmonies of #96DE99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DE99

Black with #96DE99

Text Example


Text Example

White with #96DE99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96DE99; }

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

 H1.HeaderClassName
 {
   color: #96DE99;
 }
 .AnyTagClassName
 {
   color: #96DE99;
 }
</style>

background-color css

<style>
 a { background-color: #96DE99; }

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

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

border-color css

<style>
 span { border-color: #96DE99; }

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

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