Html Css Color HEX #96CF79 Gossip

📋 copy color: '#96CF79'

red 150 ◦ green 207 ◦ blue 121

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

Shades of Gossip #96CF79

Tints of Gossip #96CF79

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.31%

 BLUE value IS 121 (47.66% from 255) = 25.31%

R = 31.38%
G = 43.31%
B = 25.31%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#96CF79 (or 0x96CF79) is known color: Gossip. HEX triplet: 96, CF and 79. RGB value is (150,207,121). Sum of RGB (Red+Green+Blue) = 150+207+121=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 121 (47.66% from 255 or 25.31% from 478); Max value from RGB is 207 - color contains mainly: green. Hex color #96CF79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CF79 is #693086. Grayscale: #B4B4B4. Windows color (decimal): -6893703 or 7982998. OLE color: 7982998.

HSL color Cylindrical-coordinate representation of color #96CF79: hue angle of 99.77º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #96CF79 is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 207 121 -
CMYK 0.28 0 0.42 0.19
HSL 99.77º 0.47% 0.64% -
HSV(B) 99.77º 0.42% 0.81% -
XYZ 38.34 52.49 26.2 -
YUV 180.15 94.62 106.49 -
System Red Green Blue C M Y K H S L
Decimal 150 207 121 0.28 0 0.42 0.19 99.77 0.47 0.64
Hex 96 CF 79 1C 0 2A 13 64 2F 40
Octal 226 317 171 34 0 52 23 144 57 100
Binary 10010110 11001111 1111001 11100 0 101010 10011 1100100 101111 1000000

Color Harmonies of #96CF79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CF79

Black with #96CF79

Text Example


Text Example

White with #96CF79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,207,121); }

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

background-color css

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

 a { background-color: rgb(150,207,121); }

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

border-color css

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

 span { border-color: rgb(150,207,121); }

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