Html Css Color HEX #96E975 Gossip

📋 copy color: '#96E975'

red 150 ◦ green 233 ◦ blue 117

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

Shades of Gossip #96E975

Tints of Gossip #96E975

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.6%

 BLUE value IS 117 (46.09% from 255) = 23.4%

R = 30%
G = 46.6%
B = 23.4%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#96E975 (or 0x96E975) is known color: Gossip. HEX triplet: 96, E9 and 75. RGB value is (150,233,117). Sum of RGB (Red+Green+Blue) = 150+233+117=500 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30% from 500); Green value is 233 (91.41% from 255 or 46.6% from 500); Blue value is 117 (46.09% from 255 or 23.4% from 500); Max value from RGB is 233 - color contains mainly: green. Hex color #96E975 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96E975 is #69168A. Grayscale: #C3C3C3. Windows color (decimal): -6887051 or 7727510. OLE color: 7727510.

HSL color Cylindrical-coordinate representation of color #96E975: hue angle of 102.93º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #96E975 is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 150 233 117 -
CMYK 0.36 0 0.50 0.09
HSL 102.93º 0.73% 0.69% -
HSV(B) 102.93º 0.5% 0.91% -
XYZ 44.93 66.05 27.21 -
YUV 194.96 84 95.93 -
System Red Green Blue C M Y K H S L
Decimal 150 233 117 0.36 0 0.50 0.09 102.93 0.73 0.69
Hex 96 E9 75 24 0 32 9 67 48 45
Octal 226 351 165 44 0 62 11 147 110 105
Binary 10010110 11101001 1110101 100100 0 110010 1001 1100111 1001000 1000101

Color Harmonies of #96E975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E975

Black with #96E975

Text Example


Text Example

White with #96E975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,233,117); }

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

background-color css

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

 a { background-color: rgb(150,233,117); }

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

border-color css

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

 span { border-color: rgb(150,233,117); }

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