Html Css Color HEX #96E379 Gossip

📋 copy color: '#96E379'

red 150 ◦ green 227 ◦ blue 121

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

Shades of Gossip #96E379

Tints of Gossip #96E379

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.58%

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

R = 30.12%
G = 45.58%
B = 24.3%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#96E379 (or 0x96E379) is known color: Gossip. HEX triplet: 96, E3 and 79. RGB value is (150,227,121). Sum of RGB (Red+Green+Blue) = 150+227+121=498 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.12% from 498); Green value is 227 (89.06% from 255 or 45.58% from 498); Blue value is 121 (47.66% from 255 or 24.30% from 498); Max value from RGB is 227 - color contains mainly: green. Hex color #96E379 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E379 is #691C86. Grayscale: #C0C0C0. Windows color (decimal): -6888583 or 7988118. OLE color: 7988118.

HSL color Cylindrical-coordinate representation of color #96E379: hue angle of 103.58º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #96E379 is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB 150 227 121 -
CMYK 0.34 0 0.47 0.11
HSL 103.58º 0.65% 0.68% -
HSV(B) 103.58º 0.47% 0.89% -
XYZ 43.5 62.8 27.92 -
YUV 191.89 87.99 98.12 -
System Red Green Blue C M Y K H S L
Decimal 150 227 121 0.34 0 0.47 0.11 103.58 0.65 0.68
Hex 96 E3 79 22 0 2F B 68 41 44
Octal 226 343 171 42 0 57 13 150 101 104
Binary 10010110 11100011 1111001 100010 0 101111 1011 1101000 1000001 1000100

Color Harmonies of #96E379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E379

Black with #96E379

Text Example


Text Example

White with #96E379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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