Html Css Color HEX #96DD64 Gossip

📋 copy color: '#96DD64'

red 150 ◦ green 221 ◦ blue 100

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

Shades of Gossip #96DD64

Tints of Gossip #96DD64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.23%

R = 31.85%
G = 46.92%
B = 21.23%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#96DD64 (or 0x96DD64) is known color: Gossip. HEX triplet: 96, DD and 64. RGB value is (150,221,100). Sum of RGB (Red+Green+Blue) = 150+221+100=471 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.85% from 471); Green value is 221 (86.72% from 255 or 46.92% from 471); Blue value is 100 (39.45% from 255 or 21.23% from 471); Max value from RGB is 221 - color contains mainly: green. Hex color #96DD64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96DD64 is #69229B. Grayscale: #BABABA. Windows color (decimal): -6890140 or 6610326. OLE color: 6610326.

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

Color convert

RGB 150 221 100 -
CMYK 0.32 0 0.55 0.13
HSL 95.21º 0.64% 0.63% -
HSV(B) 95.21º 0.55% 0.87% -
XYZ 40.73 59.12 21.32 -
YUV 185.98 79.48 102.34 -
System Red Green Blue C M Y K H S L
Decimal 150 221 100 0.32 0 0.55 0.13 95.21 0.64 0.63
Hex 96 DD 64 20 0 37 D 5F 40 3F
Octal 226 335 144 40 0 67 15 137 100 77
Binary 10010110 11011101 1100100 100000 0 110111 1101 1011111 1000000 111111

Color Harmonies of #96DD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DD64

Black with #96DD64

Text Example


Text Example

White with #96DD64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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