Html Css Color HEX #96EA71 Gossip

📋 copy color: '#96EA71'

red 150 ◦ green 234 ◦ blue 113

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

Shades of Gossip #96EA71

Tints of Gossip #96EA71

RGB

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

 GREEN value IS 234 (91.8% from 255) = 47.08%

 BLUE value IS 113 (44.53% from 255) = 22.74%

R = 30.18%
G = 47.08%
B = 22.74%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#96EA71 (or 0x96EA71) is known color: Gossip. HEX triplet: 96, EA and 71. RGB value is (150,234,113). Sum of RGB (Red+Green+Blue) = 150+234+113=497 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.18% from 497); Green value is 234 (91.80% from 255 or 47.08% from 497); Blue value is 113 (44.53% from 255 or 22.74% from 497); Max value from RGB is 234 - color contains mainly: green. Hex color #96EA71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96EA71 is #69158E. Grayscale: #C3C3C3. Windows color (decimal): -6886799 or 7465622. OLE color: 7465622.

HSL color Cylindrical-coordinate representation of color #96EA71: hue angle of 101.65º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #96EA71 is Cyan = 0.36, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 234 113 -
CMYK 0.36 0 0.52 0.08
HSL 101.65º 0.74% 0.68% -
HSV(B) 101.65º 0.52% 0.92% -
XYZ 44.98 66.52 26.09 -
YUV 195.09 81.67 95.84 -
System Red Green Blue C M Y K H S L
Decimal 150 234 113 0.36 0 0.52 0.08 101.65 0.74 0.68
Hex 96 EA 71 24 0 34 8 66 4A 44
Octal 226 352 161 44 0 64 10 146 112 104
Binary 10010110 11101010 1110001 100100 0 110100 1000 1100110 1001010 1000100

Color Harmonies of #96EA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EA71

Black with #96EA71

Text Example


Text Example

White with #96EA71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,234,113); }

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

background-color css

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

 a { background-color: rgb(150,234,113); }

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

border-color css

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

 span { border-color: rgb(150,234,113); }

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