Html Css Color HEX #96DF92 Granny Smith Apple

📋 copy color: '#96DF92'

red 150 ◦ green 223 ◦ blue 146

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

Shades of Granny Smith Apple #96DF92

Tints of Granny Smith Apple #96DF92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.13%

R = 28.9%
G = 42.97%
B = 28.13%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#96DF92 (or 0x96DF92) is known color: Granny Smith Apple. HEX triplet: 96, DF and 92. RGB value is (150,223,146). Sum of RGB (Red+Green+Blue) = 150+223+146=519 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.90% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 146 (57.42% from 255 or 28.13% from 519); Max value from RGB is 223 - color contains mainly: green. Hex color #96DF92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DF92 is #69206D. Grayscale: #C0C0C0. Windows color (decimal): -6889582 or 9625494. OLE color: 9625494.

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

Color convert

RGB 150 223 146 -
CMYK 0.33 0 0.35 0.13
HSL 116.88º 0.55% 0.72% -
HSV(B) 116.88º 0.35% 0.87% -
XYZ 44.15 61.33 36.71 -
YUV 192.4 101.82 97.76 -
System Red Green Blue C M Y K H S L
Decimal 150 223 146 0.33 0 0.35 0.13 116.88 0.55 0.72
Hex 96 DF 92 21 0 23 D 75 37 48
Octal 226 337 222 41 0 43 15 165 67 110
Binary 10010110 11011111 10010010 100001 0 100011 1101 1110101 110111 1001000

Color Harmonies of #96DF92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DF92

Black with #96DF92

Text Example


Text Example

White with #96DF92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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