Html Css Color HEX #96E972 Gossip

📋 copy color: '#96E972'

red 150 ◦ green 233 ◦ blue 114

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

Shades of Gossip #96E972

Tints of Gossip #96E972

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.88%

 BLUE value IS 114 (44.92% from 255) = 22.94%

R = 30.18%
G = 46.88%
B = 22.94%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#96E972 (or 0x96E972) is known color: Gossip. HEX triplet: 96, E9 and 72. RGB value is (150,233,114). Sum of RGB (Red+Green+Blue) = 150+233+114=497 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.18% from 497); Green value is 233 (91.41% from 255 or 46.88% from 497); Blue value is 114 (44.92% from 255 or 22.94% from 497); Max value from RGB is 233 - color contains mainly: green. Hex color #96E972 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96E972 is #69168D. Grayscale: #C3C3C3. Windows color (decimal): -6887054 or 7530902. OLE color: 7530902.

HSL color Cylindrical-coordinate representation of color #96E972: hue angle of 101.85º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96E972 is Cyan = 0.36, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 150 233 114 -
CMYK 0.36 0 0.51 0.09
HSL 101.85º 0.73% 0.68% -
HSV(B) 101.85º 0.51% 0.91% -
XYZ 44.75 65.98 26.3 -
YUV 194.62 82.5 96.18 -
System Red Green Blue C M Y K H S L
Decimal 150 233 114 0.36 0 0.51 0.09 101.85 0.73 0.68
Hex 96 E9 72 24 0 33 9 66 49 44
Octal 226 351 162 44 0 63 11 146 111 104
Binary 10010110 11101001 1110010 100100 0 110011 1001 1100110 1001001 1000100

Color Harmonies of #96E972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E972

Black with #96E972

Text Example


Text Example

White with #96E972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,233,114); }

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

background-color css

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

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

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

border-color css

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

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

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