Html Css Color HEX #96EC72 Gossip

📋 copy color: '#96EC72'

red 150 ◦ green 236 ◦ blue 114

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

Shades of Gossip #96EC72

Tints of Gossip #96EC72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.8%

R = 30%
G = 47.2%
B = 22.8%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#96EC72 (or 0x96EC72) is known color: Gossip. HEX triplet: 96, EC and 72. RGB value is (150,236,114). Sum of RGB (Red+Green+Blue) = 150+236+114=500 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30% from 500); Green value is 236 (92.58% from 255 or 47.2% from 500); Blue value is 114 (44.92% from 255 or 22.8% from 500); Max value from RGB is 236 - color contains mainly: green. Hex color #96EC72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96EC72 is #69138D. Grayscale: #C4C4C4. Windows color (decimal): -6886286 or 7531670. OLE color: 7531670.

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

Color convert

RGB 150 236 114 -
CMYK 0.36 0 0.52 0.07
HSL 102.3º 0.76% 0.69% -
HSV(B) 102.3º 0.52% 0.93% -
XYZ 45.61 67.69 26.58 -
YUV 196.38 81.51 94.92 -
System Red Green Blue C M Y K H S L
Decimal 150 236 114 0.36 0 0.52 0.07 102.3 0.76 0.69
Hex 96 EC 72 24 0 34 7 66 4C 45
Octal 226 354 162 44 0 64 7 146 114 105
Binary 10010110 11101100 1110010 100100 0 110100 111 1100110 1001100 1000101

Color Harmonies of #96EC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EC72

Black with #96EC72

Text Example


Text Example

White with #96EC72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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