Html Css Color HEX #96D66F Gossip

📋 copy color: '#96D66F'

red 150 ◦ green 214 ◦ blue 111

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

Shades of Gossip #96D66F

Tints of Gossip #96D66F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.05%

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

R = 31.58%
G = 45.05%
B = 23.37%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#96D66F (or 0x96D66F) is known color: Gossip. HEX triplet: 96, D6 and 6F. RGB value is (150,214,111). Sum of RGB (Red+Green+Blue) = 150+214+111=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 214 (83.98% from 255 or 45.05% from 475); Blue value is 111 (43.75% from 255 or 23.37% from 475); Max value from RGB is 214 - color contains mainly: green. Hex color #96D66F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D66F is #692990. Grayscale: #B7B7B7. Windows color (decimal): -6891921 or 7329430. OLE color: 7329430.

HSL color Cylindrical-coordinate representation of color #96D66F: hue angle of 97.28º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #96D66F is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 214 111 -
CMYK 0.30 0 0.48 0.16
HSL 97.28º 0.56% 0.64% -
HSV(B) 97.28º 0.48% 0.84% -
XYZ 39.49 55.72 23.71 -
YUV 183.12 87.3 104.38 -
System Red Green Blue C M Y K H S L
Decimal 150 214 111 0.30 0 0.48 0.16 97.28 0.56 0.64
Hex 96 D6 6F 1E 0 30 10 61 38 40
Octal 226 326 157 36 0 60 20 141 70 100
Binary 10010110 11010110 1101111 11110 0 110000 10000 1100001 111000 1000000

Color Harmonies of #96D66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D66F

Black with #96D66F

Text Example


Text Example

White with #96D66F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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