Html Css Color HEX #96E778 Gossip

📋 copy color: '#96E778'

red 150 ◦ green 231 ◦ blue 120

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

Shades of Gossip #96E778

Tints of Gossip #96E778

RGB

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

 GREEN value IS 231 (90.63% from 255) = 46.11%

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

R = 29.94%
G = 46.11%
B = 23.95%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#96E778 (or 0x96E778) is known color: Gossip. HEX triplet: 96, E7 and 78. RGB value is (150,231,120). Sum of RGB (Red+Green+Blue) = 150+231+120=501 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.94% from 501); Green value is 231 (90.62% from 255 or 46.11% from 501); Blue value is 120 (47.27% from 255 or 23.95% from 501); Max value from RGB is 231 - color contains mainly: green. Hex color #96E778 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96E778 is #691887. Grayscale: #C2C2C2. Windows color (decimal): -6887560 or 7923606. OLE color: 7923606.

HSL color Cylindrical-coordinate representation of color #96E778: hue angle of 103.78º degrees, saturation: 0.7, 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 #96E778 is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB 150 231 120 -
CMYK 0.35 0 0.48 0.09
HSL 103.78º 0.7% 0.69% -
HSV(B) 103.78º 0.48% 0.91% -
XYZ 44.54 64.99 27.97 -
YUV 194.13 86.16 96.53 -
System Red Green Blue C M Y K H S L
Decimal 150 231 120 0.35 0 0.48 0.09 103.78 0.7 0.69
Hex 96 E7 78 23 0 30 9 68 46 45
Octal 226 347 170 43 0 60 11 150 106 105
Binary 10010110 11100111 1111000 100011 0 110000 1001 1101000 1000110 1000101

Color Harmonies of #96E778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E778

Black with #96E778

Text Example


Text Example

White with #96E778

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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