Html Css Color HEX #96E579 Gossip

📋 copy color: '#96E579'

red 150 ◦ green 229 ◦ blue 121

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

Shades of Gossip #96E579

Tints of Gossip #96E579

RGB

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

 GREEN value IS 229 (89.84% from 255) = 45.8%

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

R = 30%
G = 45.8%
B = 24.2%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#96E579 (or 0x96E579) is known color: Gossip. HEX triplet: 96, E5 and 79. RGB value is (150,229,121). Sum of RGB (Red+Green+Blue) = 150+229+121=500 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30% from 500); Green value is 229 (89.84% from 255 or 45.8% from 500); Blue value is 121 (47.66% from 255 or 24.2% from 500); Max value from RGB is 229 - color contains mainly: green. Hex color #96E579 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E579 is #691A86. Grayscale: #C1C1C1. Windows color (decimal): -6888071 or 7988630. OLE color: 7988630.

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

Color convert

RGB 150 229 121 -
CMYK 0.34 0 0.47 0.10
HSL 103.89º 0.68% 0.69% -
HSV(B) 103.89º 0.47% 0.9% -
XYZ 44.05 63.9 28.1 -
YUV 193.07 87.33 97.28 -
System Red Green Blue C M Y K H S L
Decimal 150 229 121 0.34 0 0.47 0.10 103.89 0.68 0.69
Hex 96 E5 79 22 0 2F A 68 44 45
Octal 226 345 171 42 0 57 12 150 104 105
Binary 10010110 11100101 1111001 100010 0 101111 1010 1101000 1000100 1000101

Color Harmonies of #96E579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E579

Black with #96E579

Text Example


Text Example

White with #96E579

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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