Html Css Color HEX #96E877 Gossip

📋 copy color: '#96E877'

red 150 ◦ green 232 ◦ blue 119

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

Shades of Gossip #96E877

Tints of Gossip #96E877

RGB

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

 GREEN value IS 232 (91.02% from 255) = 46.31%

 BLUE value IS 119 (46.88% from 255) = 23.75%

R = 29.94%
G = 46.31%
B = 23.75%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#96E877 (or 0x96E877) is known color: Gossip. HEX triplet: 96, E8 and 77. RGB value is (150,232,119). Sum of RGB (Red+Green+Blue) = 150+232+119=501 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.94% from 501); Green value is 232 (91.02% from 255 or 46.31% from 501); Blue value is 119 (46.88% from 255 or 23.75% from 501); Max value from RGB is 232 - color contains mainly: green. Hex color #96E877 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96E877 is #691788. Grayscale: #C2C2C2. Windows color (decimal): -6887305 or 7858326. OLE color: 7858326.

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

Color convert

RGB 150 232 119 -
CMYK 0.35 0 0.49 0.09
HSL 103.54º 0.71% 0.69% -
HSV(B) 103.54º 0.49% 0.91% -
XYZ 44.76 65.53 27.74 -
YUV 194.6 85.33 96.19 -
System Red Green Blue C M Y K H S L
Decimal 150 232 119 0.35 0 0.49 0.09 103.54 0.71 0.69
Hex 96 E8 77 23 0 31 9 68 47 45
Octal 226 350 167 43 0 61 11 150 107 105
Binary 10010110 11101000 1110111 100011 0 110001 1001 1101000 1000111 1000101

Color Harmonies of #96E877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E877

Black with #96E877

Text Example


Text Example

White with #96E877

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,232,119); }

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

background-color css

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

 a { background-color: rgb(150,232,119); }

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

border-color css

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

 span { border-color: rgb(150,232,119); }

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