Html Css Color HEX #96E878 Gossip

📋 copy color: '#96E878'

red 150 ◦ green 232 ◦ blue 120

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

Shades of Gossip #96E878

Tints of Gossip #96E878

RGB

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

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

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

R = 29.88%
G = 46.22%
B = 23.9%

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

#96E878 (or 0x96E878) is known color: Gossip. HEX triplet: 96, E8 and 78. RGB value is (150,232,120). Sum of RGB (Red+Green+Blue) = 150+232+120=502 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.88% from 502); Green value is 232 (91.02% from 255 or 46.22% from 502); Blue value is 120 (47.27% from 255 or 23.90% from 502); Max value from RGB is 232 - color contains mainly: green. Hex color #96E878 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96E878 is #691787. Grayscale: #C3C3C3. Windows color (decimal): -6887304 or 7923862. OLE color: 7923862.

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

Color convert

RGB 150 232 120 -
CMYK 0.35 0 0.48 0.09
HSL 103.93º 0.71% 0.69% -
HSV(B) 103.93º 0.48% 0.91% -
XYZ 44.82 65.55 28.06 -
YUV 194.71 85.83 96.11 -
System Red Green Blue C M Y K H S L
Decimal 150 232 120 0.35 0 0.48 0.09 103.93 0.71 0.69
Hex 96 E8 78 23 0 30 9 68 47 45
Octal 226 350 170 43 0 60 11 150 107 105
Binary 10010110 11101000 1111000 100011 0 110000 1001 1101000 1000111 1000101

Color Harmonies of #96E878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E878

Black with #96E878

Text Example


Text Example

White with #96E878

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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