Html Css Color HEX #96EC78 Gossip

📋 copy color: '#96EC78'

red 150 ◦ green 236 ◦ blue 120

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

Shades of Gossip #96EC78

Tints of Gossip #96EC78

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46.64%

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

R = 29.64%
G = 46.64%
B = 23.72%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#96EC78 (or 0x96EC78) is known color: Gossip. HEX triplet: 96, EC and 78. RGB value is (150,236,120). Sum of RGB (Red+Green+Blue) = 150+236+120=506 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.64% from 506); Green value is 236 (92.58% from 255 or 46.64% from 506); Blue value is 120 (47.27% from 255 or 23.72% from 506); Max value from RGB is 236 - color contains mainly: green. Hex color #96EC78 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96EC78 is #691387. Grayscale: #C5C5C5. Windows color (decimal): -6886280 or 7924886. OLE color: 7924886.

HSL color Cylindrical-coordinate representation of color #96EC78: hue angle of 104.48º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #96EC78 is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 236 120 -
CMYK 0.36 0 0.49 0.07
HSL 104.48º 0.75% 0.7% -
HSV(B) 104.48º 0.49% 0.93% -
XYZ 45.96 67.83 28.44 -
YUV 197.06 84.51 94.43 -
System Red Green Blue C M Y K H S L
Decimal 150 236 120 0.36 0 0.49 0.07 104.48 0.75 0.7
Hex 96 EC 78 24 0 31 7 68 4B 46
Octal 226 354 170 44 0 61 7 150 113 106
Binary 10010110 11101100 1111000 100100 0 110001 111 1101000 1001011 1000110

Color Harmonies of #96EC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EC78

Black with #96EC78

Text Example


Text Example

White with #96EC78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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