Html Css Color HEX #96DB78 Gossip

📋 copy color: '#96DB78'

red 150 ◦ green 219 ◦ blue 120

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

Shades of Gossip #96DB78

Tints of Gossip #96DB78

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.79%

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

R = 30.67%
G = 44.79%
B = 24.54%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#96DB78 (or 0x96DB78) is known color: Gossip. HEX triplet: 96, DB and 78. RGB value is (150,219,120). Sum of RGB (Red+Green+Blue) = 150+219+120=489 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.67% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 120 (47.27% from 255 or 24.54% from 489); Max value from RGB is 219 - color contains mainly: green. Hex color #96DB78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96DB78 is #692487. Grayscale: #BBBBBB. Windows color (decimal): -6890632 or 7920534. OLE color: 7920534.

HSL color Cylindrical-coordinate representation of color #96DB78: hue angle of 101.82º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #96DB78 is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 219 120 -
CMYK 0.32 0 0.45 0.14
HSL 101.82º 0.58% 0.66% -
HSV(B) 101.82º 0.45% 0.86% -
XYZ 41.3 58.5 26.88 -
YUV 187.08 90.14 101.55 -
System Red Green Blue C M Y K H S L
Decimal 150 219 120 0.32 0 0.45 0.14 101.82 0.58 0.66
Hex 96 DB 78 20 0 2D E 66 3A 42
Octal 226 333 170 40 0 55 16 146 72 102
Binary 10010110 11011011 1111000 100000 0 101101 1110 1100110 111010 1000010

Color Harmonies of #96DB78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DB78

Black with #96DB78

Text Example


Text Example

White with #96DB78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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