Html Css Color HEX #96DD66 Gossip

📋 copy color: '#96DD66'

red 150 ◦ green 221 ◦ blue 102

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

Shades of Gossip #96DD66

Tints of Gossip #96DD66

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.72%

 BLUE value IS 102 (40.23% from 255) = 21.56%

R = 31.71%
G = 46.72%
B = 21.56%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#96DD66 (or 0x96DD66) is known color: Gossip. HEX triplet: 96, DD and 66. RGB value is (150,221,102). Sum of RGB (Red+Green+Blue) = 150+221+102=473 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.71% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 102 (40.23% from 255 or 21.56% from 473); Max value from RGB is 221 - color contains mainly: green. Hex color #96DD66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96DD66 is #692299. Grayscale: #BABABA. Windows color (decimal): -6890138 or 6741398. OLE color: 6741398.

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

Color convert

RGB 150 221 102 -
CMYK 0.32 0 0.54 0.13
HSL 95.8º 0.64% 0.63% -
HSV(B) 95.8º 0.54% 0.87% -
XYZ 40.83 59.16 21.84 -
YUV 186.21 80.48 102.18 -
System Red Green Blue C M Y K H S L
Decimal 150 221 102 0.32 0 0.54 0.13 95.8 0.64 0.63
Hex 96 DD 66 20 0 36 D 60 40 3F
Octal 226 335 146 40 0 66 15 140 100 77
Binary 10010110 11011101 1100110 100000 0 110110 1101 1100000 1000000 111111

Color Harmonies of #96DD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DD66

Black with #96DD66

Text Example


Text Example

White with #96DD66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,221,102); }

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

background-color css

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

 a { background-color: rgb(150,221,102); }

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

border-color css

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

 span { border-color: rgb(150,221,102); }

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