Html Css Color HEX #96DF84 Granny Smith Apple

📋 copy color: '#96DF84'

red 150 ◦ green 223 ◦ blue 132

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

Shades of Granny Smith Apple #96DF84

Tints of Granny Smith Apple #96DF84

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.16%

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

R = 29.7%
G = 44.16%
B = 26.14%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#96DF84 (or 0x96DF84) is known color: Granny Smith Apple. HEX triplet: 96, DF and 84. RGB value is (150,223,132). Sum of RGB (Red+Green+Blue) = 150+223+132=505 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.70% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 132 (51.95% from 255 or 26.14% from 505); Max value from RGB is 223 - color contains mainly: green. Hex color #96DF84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DF84 is #69207B. Grayscale: #BFBFBF. Windows color (decimal): -6889596 or 8707990. OLE color: 8707990.

HSL color Cylindrical-coordinate representation of color #96DF84: hue angle of 108.13º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96DF84 is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 223 132 -
CMYK 0.33 0 0.41 0.13
HSL 108.13º 0.59% 0.7% -
HSV(B) 108.13º 0.41% 0.87% -
XYZ 43.13 60.93 31.32 -
YUV 190.8 94.82 98.9 -
System Red Green Blue C M Y K H S L
Decimal 150 223 132 0.33 0 0.41 0.13 108.13 0.59 0.7
Hex 96 DF 84 21 0 29 D 6C 3B 46
Octal 226 337 204 41 0 51 15 154 73 106
Binary 10010110 11011111 10000100 100001 0 101001 1101 1101100 111011 1000110

Color Harmonies of #96DF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DF84

Black with #96DF84

Text Example


Text Example

White with #96DF84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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