Html Css Color HEX #96DB81 Gossip

📋 copy color: '#96DB81'

red 150 ◦ green 219 ◦ blue 129

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

Shades of Gossip #96DB81

Tints of Gossip #96DB81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 25.9%

R = 30.12%
G = 43.98%
B = 25.9%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#96DB81 (or 0x96DB81) is known color: Gossip. HEX triplet: 96, DB and 81. RGB value is (150,219,129). Sum of RGB (Red+Green+Blue) = 150+219+129=498 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.12% from 498); Green value is 219 (85.94% from 255 or 43.98% from 498); Blue value is 129 (50.78% from 255 or 25.90% from 498); Max value from RGB is 219 - color contains mainly: green. Hex color #96DB81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DB81 is #69247E. Grayscale: #BCBCBC. Windows color (decimal): -6890623 or 8510358. OLE color: 8510358.

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

Color convert

RGB 150 219 129 -
CMYK 0.32 0 0.41 0.14
HSL 106º 0.56% 0.68% -
HSV(B) 106º 0.41% 0.86% -
XYZ 41.87 58.73 29.9 -
YUV 188.11 94.64 100.82 -
System Red Green Blue C M Y K H S L
Decimal 150 219 129 0.32 0 0.41 0.14 106 0.56 0.68
Hex 96 DB 81 20 0 29 E 6A 38 44
Octal 226 333 201 40 0 51 16 152 70 104
Binary 10010110 11011011 10000001 100000 0 101001 1110 1101010 111000 1000100

Color Harmonies of #96DB81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DB81

Black with #96DB81

Text Example


Text Example

White with #96DB81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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