Html Css Color HEX #96EC73 Gossip

📋 copy color: '#96EC73'

red 150 ◦ green 236 ◦ blue 115

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

Shades of Gossip #96EC73

Tints of Gossip #96EC73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.95%

R = 29.94%
G = 47.11%
B = 22.95%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#96EC73 (or 0x96EC73) is known color: Gossip. HEX triplet: 96, EC and 73. RGB value is (150,236,115). Sum of RGB (Red+Green+Blue) = 150+236+115=501 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.94% from 501); Green value is 236 (92.58% from 255 or 47.11% from 501); Blue value is 115 (45.31% from 255 or 22.95% from 501); Max value from RGB is 236 - color contains mainly: green. Hex color #96EC73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96EC73 is #69138C. Grayscale: #C4C4C4. Windows color (decimal): -6886285 or 7597206. OLE color: 7597206.

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

Color convert

RGB 150 236 115 -
CMYK 0.36 0 0.51 0.07
HSL 102.64º 0.76% 0.69% -
HSV(B) 102.64º 0.51% 0.93% -
XYZ 45.67 67.71 26.88 -
YUV 196.49 82.01 94.84 -
System Red Green Blue C M Y K H S L
Decimal 150 236 115 0.36 0 0.51 0.07 102.64 0.76 0.69
Hex 96 EC 73 24 0 33 7 67 4C 45
Octal 226 354 163 44 0 63 7 147 114 105
Binary 10010110 11101100 1110011 100100 0 110011 111 1100111 1001100 1000101

Color Harmonies of #96EC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EC73

Black with #96EC73

Text Example


Text Example

White with #96EC73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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