Html Css Color HEX #96DA6F Gossip

📋 copy color: '#96DA6F'

red 150 ◦ green 218 ◦ blue 111

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

Shades of Gossip #96DA6F

Tints of Gossip #96DA6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.17%

R = 31.32%
G = 45.51%
B = 23.17%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#96DA6F (or 0x96DA6F) is known color: Gossip. HEX triplet: 96, DA and 6F. RGB value is (150,218,111). Sum of RGB (Red+Green+Blue) = 150+218+111=479 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.32% from 479); Green value is 218 (85.55% from 255 or 45.51% from 479); Blue value is 111 (43.75% from 255 or 23.17% from 479); Max value from RGB is 218 - color contains mainly: green. Hex color #96DA6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96DA6F is #692590. Grayscale: #B9B9B9. Windows color (decimal): -6890897 or 7330454. OLE color: 7330454.

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

Color convert

RGB 150 218 111 -
CMYK 0.31 0 0.49 0.15
HSL 98.13º 0.59% 0.65% -
HSV(B) 98.13º 0.49% 0.85% -
XYZ 40.52 57.77 24.05 -
YUV 185.47 85.97 102.7 -
System Red Green Blue C M Y K H S L
Decimal 150 218 111 0.31 0 0.49 0.15 98.13 0.59 0.65
Hex 96 DA 6F 1F 0 31 F 62 3B 41
Octal 226 332 157 37 0 61 17 142 73 101
Binary 10010110 11011010 1101111 11111 0 110001 1111 1100010 111011 1000001

Color Harmonies of #96DA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DA6F

Black with #96DA6F

Text Example


Text Example

White with #96DA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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