Html Css Color HEX #96DC81 Gossip

📋 copy color: '#96DC81'

red 150 ◦ green 220 ◦ blue 129

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

Shades of Gossip #96DC81

Tints of Gossip #96DC81

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.09%

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

R = 30.06%
G = 44.09%
B = 25.85%

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

#96DC81 (or 0x96DC81) is known color: Gossip. HEX triplet: 96, DC and 81. RGB value is (150,220,129). Sum of RGB (Red+Green+Blue) = 150+220+129=499 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30.06% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 129 (50.78% from 255 or 25.85% from 499); Max value from RGB is 220 - color contains mainly: green. Hex color #96DC81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DC81 is #69237E. Grayscale: #BCBCBC. Windows color (decimal): -6890367 or 8510614. OLE color: 8510614.

HSL color Cylindrical-coordinate representation of color #96DC81: hue angle of 106.15º degrees, saturation: 0.57, 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 #96DC81 is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 220 129 -
CMYK 0.32 0 0.41 0.14
HSL 106.15º 0.57% 0.68% -
HSV(B) 106.15º 0.41% 0.86% -
XYZ 42.13 59.26 29.99 -
YUV 188.7 94.31 100.4 -
System Red Green Blue C M Y K H S L
Decimal 150 220 129 0.32 0 0.41 0.14 106.15 0.57 0.68
Hex 96 DC 81 20 0 29 E 6A 39 44
Octal 226 334 201 40 0 51 16 152 71 104
Binary 10010110 11011100 10000001 100000 0 101001 1110 1101010 111001 1000100

Color Harmonies of #96DC81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DC81

Black with #96DC81

Text Example


Text Example

White with #96DC81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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