Html Css Color HEX #96D07D Gossip

📋 copy color: '#96D07D'

red 150 ◦ green 208 ◦ blue 125

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

Shades of Gossip #96D07D

Tints of Gossip #96D07D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.06%

 BLUE value IS 125 (49.22% from 255) = 25.88%

R = 31.06%
G = 43.06%
B = 25.88%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#96D07D (or 0x96D07D) is known color: Gossip. HEX triplet: 96, D0 and 7D. RGB value is (150,208,125). Sum of RGB (Red+Green+Blue) = 150+208+125=483 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.06% from 483); Green value is 208 (81.64% from 255 or 43.06% from 483); Blue value is 125 (49.22% from 255 or 25.88% from 483); Max value from RGB is 208 - color contains mainly: green. Hex color #96D07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D07D is #692F82. Grayscale: #B5B5B5. Windows color (decimal): -6893443 or 8245398. OLE color: 8245398.

HSL color Cylindrical-coordinate representation of color #96D07D: hue angle of 101.93º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96D07D is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 150 208 125 -
CMYK 0.28 0 0.40 0.18
HSL 101.93º 0.47% 0.65% -
HSV(B) 101.93º 0.4% 0.82% -
XYZ 38.84 53.08 27.6 -
YUV 181.2 96.28 105.75 -
System Red Green Blue C M Y K H S L
Decimal 150 208 125 0.28 0 0.40 0.18 101.93 0.47 0.65
Hex 96 D0 7D 1C 0 28 12 66 2F 41
Octal 226 320 175 34 0 50 22 146 57 101
Binary 10010110 11010000 1111101 11100 0 101000 10010 1100110 101111 1000001

Color Harmonies of #96D07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D07D

Black with #96D07D

Text Example


Text Example

White with #96D07D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,208,125); }

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

background-color css

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

 a { background-color: rgb(150,208,125); }

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

border-color css

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

 span { border-color: rgb(150,208,125); }

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