Html Css Color HEX #96E978 Gossip

📋 copy color: '#96E978'

red 150 ◦ green 233 ◦ blue 120

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

Shades of Gossip #96E978

Tints of Gossip #96E978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.86%

R = 29.82%
G = 46.32%
B = 23.86%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#96E978 (or 0x96E978) is known color: Gossip. HEX triplet: 96, E9 and 78. RGB value is (150,233,120). Sum of RGB (Red+Green+Blue) = 150+233+120=503 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.82% from 503); Green value is 233 (91.41% from 255 or 46.32% from 503); Blue value is 120 (47.27% from 255 or 23.86% from 503); Max value from RGB is 233 - color contains mainly: green. Hex color #96E978 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96E978 is #691687. Grayscale: #C3C3C3. Windows color (decimal): -6887048 or 7924118. OLE color: 7924118.

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

Color convert

RGB 150 233 120 -
CMYK 0.36 0 0.48 0.09
HSL 104.07º 0.72% 0.69% -
HSV(B) 104.07º 0.48% 0.91% -
XYZ 45.11 66.12 28.15 -
YUV 195.3 85.5 95.69 -
System Red Green Blue C M Y K H S L
Decimal 150 233 120 0.36 0 0.48 0.09 104.07 0.72 0.69
Hex 96 E9 78 24 0 30 9 68 48 45
Octal 226 351 170 44 0 60 11 150 110 105
Binary 10010110 11101001 1111000 100100 0 110000 1001 1101000 1001000 1000101

Color Harmonies of #96E978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E978

Black with #96E978

Text Example


Text Example

White with #96E978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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