Html Css Color HEX #96DA7F Gossip

📋 copy color: '#96DA7F'

red 150 ◦ green 218 ◦ blue 127

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

Shades of Gossip #96DA7F

Tints of Gossip #96DA7F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.04%

 BLUE value IS 127 (50% from 255) = 25.66%

R = 30.3%
G = 44.04%
B = 25.66%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#96DA7F (or 0x96DA7F) is known color: Gossip. HEX triplet: 96, DA and 7F. RGB value is (150,218,127). Sum of RGB (Red+Green+Blue) = 150+218+127=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 218 (85.55% from 255 or 44.04% from 495); Blue value is 127 (50% from 255 or 25.66% from 495); Max value from RGB is 218 - color contains mainly: green. Hex color #96DA7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96DA7F is #692580. Grayscale: #BBBBBB. Windows color (decimal): -6890881 or 8379030. OLE color: 8379030.

HSL color Cylindrical-coordinate representation of color #96DA7F: hue angle of 104.84º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #96DA7F is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 218 127 -
CMYK 0.31 0 0.42 0.15
HSL 104.84º 0.55% 0.68% -
HSV(B) 104.84º 0.42% 0.85% -
XYZ 41.48 58.16 29.12 -
YUV 187.29 93.97 101.4 -
System Red Green Blue C M Y K H S L
Decimal 150 218 127 0.31 0 0.42 0.15 104.84 0.55 0.68
Hex 96 DA 7F 1F 0 2A F 69 37 44
Octal 226 332 177 37 0 52 17 151 67 104
Binary 10010110 11011010 1111111 11111 0 101010 1111 1101001 110111 1000100

Color Harmonies of #96DA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DA7F

Black with #96DA7F

Text Example


Text Example

White with #96DA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,218,127); }

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

background-color css

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

 a { background-color: rgb(150,218,127); }

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

border-color css

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

 span { border-color: rgb(150,218,127); }

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