Html Css Color HEX #96DB79 Gossip

📋 copy color: '#96DB79'

red 150 ◦ green 219 ◦ blue 121

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

Shades of Gossip #96DB79

Tints of Gossip #96DB79

RGB

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

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

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

R = 30.61%
G = 44.69%
B = 24.69%

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

#96DB79 (or 0x96DB79) is known color: Gossip. HEX triplet: 96, DB and 79. RGB value is (150,219,121). Sum of RGB (Red+Green+Blue) = 150+219+121=490 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.61% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 121 (47.66% from 255 or 24.69% from 490); Max value from RGB is 219 - color contains mainly: green. Hex color #96DB79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96DB79 is #692486. Grayscale: #BBBBBB. Windows color (decimal): -6890631 or 7986070. OLE color: 7986070.

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

Color convert

RGB 150 219 121 -
CMYK 0.32 0 0.45 0.14
HSL 102.24º 0.58% 0.67% -
HSV(B) 102.24º 0.45% 0.86% -
XYZ 41.36 58.53 27.21 -
YUV 187.2 90.64 101.47 -
System Red Green Blue C M Y K H S L
Decimal 150 219 121 0.32 0 0.45 0.14 102.24 0.58 0.67
Hex 96 DB 79 20 0 2D E 66 3A 43
Octal 226 333 171 40 0 55 16 146 72 103
Binary 10010110 11011011 1111001 100000 0 101101 1110 1100110 111010 1000011

Color Harmonies of #96DB79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DB79

Black with #96DB79

Text Example


Text Example

White with #96DB79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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