Html Css Color HEX #96DE82 Gossip

📋 copy color: '#96DE82'

red 150 ◦ green 222 ◦ blue 130

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

Shades of Gossip #96DE82

Tints of Gossip #96DE82

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.22%

 BLUE value IS 130 (51.17% from 255) = 25.9%

R = 29.88%
G = 44.22%
B = 25.9%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#96DE82 (or 0x96DE82) is known color: Gossip. HEX triplet: 96, DE and 82. RGB value is (150,222,130). Sum of RGB (Red+Green+Blue) = 150+222+130=502 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.88% from 502); Green value is 222 (87.11% from 255 or 44.22% from 502); Blue value is 130 (51.17% from 255 or 25.90% from 502); Max value from RGB is 222 - color contains mainly: green. Hex color #96DE82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DE82 is #69217D. Grayscale: #BEBEBE. Windows color (decimal): -6889854 or 8576662. OLE color: 8576662.

HSL color Cylindrical-coordinate representation of color #96DE82: hue angle of 106.96º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96DE82 is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 222 130 -
CMYK 0.32 0 0.41 0.13
HSL 106.96º 0.58% 0.69% -
HSV(B) 106.96º 0.41% 0.87% -
XYZ 42.73 60.34 30.51 -
YUV 189.98 94.15 99.48 -
System Red Green Blue C M Y K H S L
Decimal 150 222 130 0.32 0 0.41 0.13 106.96 0.58 0.69
Hex 96 DE 82 20 0 29 D 6B 3A 45
Octal 226 336 202 40 0 51 15 153 72 105
Binary 10010110 11011110 10000010 100000 0 101001 1101 1101011 111010 1000101

Color Harmonies of #96DE82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DE82

Black with #96DE82

Text Example


Text Example

White with #96DE82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,222,130); }

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

background-color css

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

 a { background-color: rgb(150,222,130); }

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

border-color css

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

 span { border-color: rgb(150,222,130); }

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