Html Css Color HEX #96DE64 Gossip

📋 copy color: '#96DE64'

red 150 ◦ green 222 ◦ blue 100

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

Shades of Gossip #96DE64

Tints of Gossip #96DE64

RGB

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

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

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

R = 31.78%
G = 47.03%
B = 21.19%

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

#96DE64 (or 0x96DE64) is known color: Gossip. HEX triplet: 96, DE and 64. RGB value is (150,222,100). Sum of RGB (Red+Green+Blue) = 150+222+100=472 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.78% from 472); Green value is 222 (87.11% from 255 or 47.03% from 472); Blue value is 100 (39.45% from 255 or 21.19% from 472); Max value from RGB is 222 - color contains mainly: green. Hex color #96DE64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96DE64 is #69219B. Grayscale: #BABABA. Windows color (decimal): -6889884 or 6610582. OLE color: 6610582.

HSL color Cylindrical-coordinate representation of color #96DE64: hue angle of 95.41º degrees, saturation: 0.65, 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 #96DE64 is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 222 100 -
CMYK 0.32 0 0.55 0.13
HSL 95.41º 0.65% 0.63% -
HSV(B) 95.41º 0.55% 0.87% -
XYZ 41 59.65 21.41 -
YUV 186.56 79.15 101.92 -
System Red Green Blue C M Y K H S L
Decimal 150 222 100 0.32 0 0.55 0.13 95.41 0.65 0.63
Hex 96 DE 64 20 0 37 D 5F 41 3F
Octal 226 336 144 40 0 67 15 137 101 77
Binary 10010110 11011110 1100100 100000 0 110111 1101 1011111 1000001 111111

Color Harmonies of #96DE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DE64

Black with #96DE64

Text Example


Text Example

White with #96DE64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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