Html Css Color HEX #96DB96 Granny Smith Apple

📋 copy color: '#96DB96'

red 150 ◦ green 219 ◦ blue 150

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

Shades of Granny Smith Apple #96DB96

Tints of Granny Smith Apple #96DB96

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.2%

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

R = 28.9%
G = 42.2%
B = 28.9%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#96DB96 (or 0x96DB96) is known color: Granny Smith Apple. HEX triplet: 96, DB and 96. RGB value is (150,219,150). Sum of RGB (Red+Green+Blue) = 150+219+150=519 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.90% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 150 (58.98% from 255 or 28.90% from 519); Max value from RGB is 219 - color contains mainly: green. Hex color #96DB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DB96 is #692469. Grayscale: #BEBEBE. Windows color (decimal): -6890602 or 9886614. OLE color: 9886614.

HSL color Cylindrical-coordinate representation of color #96DB96: hue angle of 120º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DB96 is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 219 150 -
CMYK 0.32 0 0.32 0.14
HSL 120º 0.49% 0.72% -
HSV(B) 120º 0.32% 0.86% -
XYZ 43.41 59.35 38.02 -
YUV 190.5 105.14 99.11 -
System Red Green Blue C M Y K H S L
Decimal 150 219 150 0.32 0 0.32 0.14 120 0.49 0.72
Hex 96 DB 96 20 0 20 E 78 31 48
Octal 226 333 226 40 0 40 16 170 61 110
Binary 10010110 11011011 10010110 100000 0 100000 1110 1111000 110001 1001000

Color Harmonies of #96DB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DB96

Black with #96DB96

Text Example


Text Example

White with #96DB96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,219,150); }

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

background-color css

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

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

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

border-color css

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

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

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