Html Css Color HEX #96E97C Gossip

📋 copy color: '#96E97C'

red 150 ◦ green 233 ◦ blue 124

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

Shades of Gossip #96E97C

Tints of Gossip #96E97C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.46%

R = 29.59%
G = 45.96%
B = 24.46%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#96E97C (or 0x96E97C) is known color: Gossip. HEX triplet: 96, E9 and 7C. RGB value is (150,233,124). Sum of RGB (Red+Green+Blue) = 150+233+124=507 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.59% from 507); Green value is 233 (91.41% from 255 or 45.96% from 507); Blue value is 124 (48.83% from 255 or 24.46% from 507); Max value from RGB is 233 - color contains mainly: green. Hex color #96E97C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96E97C is #691683. Grayscale: #C4C4C4. Windows color (decimal): -6887044 or 8186262. OLE color: 8186262.

HSL color Cylindrical-coordinate representation of color #96E97C: hue angle of 105.69º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #96E97C is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.

Color convert

RGB 150 233 124 -
CMYK 0.36 0 0.47 0.09
HSL 105.69º 0.71% 0.7% -
HSV(B) 105.69º 0.47% 0.91% -
XYZ 45.35 66.22 29.46 -
YUV 195.76 87.5 95.36 -
System Red Green Blue C M Y K H S L
Decimal 150 233 124 0.36 0 0.47 0.09 105.69 0.71 0.7
Hex 96 E9 7C 24 0 2F 9 6A 47 46
Octal 226 351 174 44 0 57 11 152 107 106
Binary 10010110 11101001 1111100 100100 0 101111 1001 1101010 1000111 1000110

Color Harmonies of #96E97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E97C

Black with #96E97C

Text Example


Text Example

White with #96E97C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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