Html Css Color HEX #96E779 Gossip

📋 copy color: '#96E779'

red 150 ◦ green 231 ◦ blue 121

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

Shades of Gossip #96E779

Tints of Gossip #96E779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 24.1%

R = 29.88%
G = 46.02%
B = 24.1%

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

#96E779 (or 0x96E779) is known color: Gossip. HEX triplet: 96, E7 and 79. RGB value is (150,231,121). Sum of RGB (Red+Green+Blue) = 150+231+121=502 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.88% from 502); Green value is 231 (90.62% from 255 or 46.02% from 502); Blue value is 121 (47.66% from 255 or 24.10% from 502); Max value from RGB is 231 - color contains mainly: green. Hex color #96E779 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96E779 is #691886. Grayscale: #C2C2C2. Windows color (decimal): -6887559 or 7989142. OLE color: 7989142.

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

Color convert

RGB 150 231 121 -
CMYK 0.35 0 0.48 0.09
HSL 104.18º 0.7% 0.69% -
HSV(B) 104.18º 0.48% 0.91% -
XYZ 44.6 65.02 28.29 -
YUV 194.24 86.66 96.44 -
System Red Green Blue C M Y K H S L
Decimal 150 231 121 0.35 0 0.48 0.09 104.18 0.7 0.69
Hex 96 E7 79 23 0 30 9 68 46 45
Octal 226 347 171 43 0 60 11 150 106 105
Binary 10010110 11100111 1111001 100011 0 110000 1001 1101000 1000110 1000101

Color Harmonies of #96E779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E779

Black with #96E779

Text Example


Text Example

White with #96E779

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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