Html Css Color HEX #96CF78 Gossip

📋 copy color: '#96CF78'

red 150 ◦ green 207 ◦ blue 120

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

Shades of Gossip #96CF78

Tints of Gossip #96CF78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.16%

R = 31.45%
G = 43.4%
B = 25.16%

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

#96CF78 (or 0x96CF78) is known color: Gossip. HEX triplet: 96, CF and 78. RGB value is (150,207,120). Sum of RGB (Red+Green+Blue) = 150+207+120=477 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.45% from 477); Green value is 207 (81.25% from 255 or 43.40% from 477); Blue value is 120 (47.27% from 255 or 25.16% from 477); Max value from RGB is 207 - color contains mainly: green. Hex color #96CF78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CF78 is #693087. Grayscale: #B4B4B4. Windows color (decimal): -6893704 or 7917462. OLE color: 7917462.

HSL color Cylindrical-coordinate representation of color #96CF78: hue angle of 99.31º degrees, saturation: 0.48, 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 #96CF78 is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 207 120 -
CMYK 0.28 0 0.42 0.19
HSL 99.31º 0.48% 0.64% -
HSV(B) 99.31º 0.42% 0.81% -
XYZ 38.28 52.47 25.88 -
YUV 180.04 94.12 106.57 -
System Red Green Blue C M Y K H S L
Decimal 150 207 120 0.28 0 0.42 0.19 99.31 0.48 0.64
Hex 96 CF 78 1C 0 2A 13 63 30 40
Octal 226 317 170 34 0 52 23 143 60 100
Binary 10010110 11001111 1111000 11100 0 101010 10011 1100011 110000 1000000

Color Harmonies of #96CF78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CF78

Black with #96CF78

Text Example


Text Example

White with #96CF78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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