Html Css Color HEX #96DE84 Granny Smith Apple

📋 copy color: '#96DE84'

red 150 ◦ green 222 ◦ blue 132

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

Shades of Granny Smith Apple #96DE84

Tints of Granny Smith Apple #96DE84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.19%

R = 29.76%
G = 44.05%
B = 26.19%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#96DE84 (or 0x96DE84) is known color: Granny Smith Apple. HEX triplet: 96, DE and 84. RGB value is (150,222,132). Sum of RGB (Red+Green+Blue) = 150+222+132=504 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.76% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 132 (51.95% from 255 or 26.19% from 504); Max value from RGB is 222 - color contains mainly: green. Hex color #96DE84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DE84 is #69217B. Grayscale: #BEBEBE. Windows color (decimal): -6889852 or 8707734. OLE color: 8707734.

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

Color convert

RGB 150 222 132 -
CMYK 0.32 0 0.41 0.13
HSL 108º 0.58% 0.69% -
HSV(B) 108º 0.41% 0.87% -
XYZ 42.86 60.39 31.23 -
YUV 190.21 95.15 99.32 -
System Red Green Blue C M Y K H S L
Decimal 150 222 132 0.32 0 0.41 0.13 108 0.58 0.69
Hex 96 DE 84 20 0 29 D 6C 3A 45
Octal 226 336 204 40 0 51 15 154 72 105
Binary 10010110 11011110 10000100 100000 0 101001 1101 1101100 111010 1000101

Color Harmonies of #96DE84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DE84

Black with #96DE84

Text Example


Text Example

White with #96DE84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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