Html Css Color HEX #96DA73 Gossip

📋 copy color: '#96DA73'

red 150 ◦ green 218 ◦ blue 115

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

Shades of Gossip #96DA73

Tints of Gossip #96DA73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.81%

R = 31.06%
G = 45.13%
B = 23.81%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#96DA73 (or 0x96DA73) is known color: Gossip. HEX triplet: 96, DA and 73. RGB value is (150,218,115). Sum of RGB (Red+Green+Blue) = 150+218+115=483 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.06% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 115 (45.31% from 255 or 23.81% from 483); Max value from RGB is 218 - color contains mainly: green. Hex color #96DA73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96DA73 is #69258C. Grayscale: #BABABA. Windows color (decimal): -6890893 or 7592598. OLE color: 7592598.

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

Color convert

RGB 150 218 115 -
CMYK 0.31 0 0.47 0.15
HSL 99.61º 0.58% 0.65% -
HSV(B) 99.61º 0.47% 0.85% -
XYZ 40.74 57.86 25.24 -
YUV 185.93 87.97 102.38 -
System Red Green Blue C M Y K H S L
Decimal 150 218 115 0.31 0 0.47 0.15 99.61 0.58 0.65
Hex 96 DA 73 1F 0 2F F 64 3A 41
Octal 226 332 163 37 0 57 17 144 72 101
Binary 10010110 11011010 1110011 11111 0 101111 1111 1100100 111010 1000001

Color Harmonies of #96DA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DA73

Black with #96DA73

Text Example


Text Example

White with #96DA73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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