Html Css Color HEX #96DF75 Gossip

📋 copy color: '#96DF75'

red 150 ◦ green 223 ◦ blue 117

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

Shades of Gossip #96DF75

Tints of Gossip #96DF75

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.51%

 BLUE value IS 117 (46.09% from 255) = 23.88%

R = 30.61%
G = 45.51%
B = 23.88%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#96DF75 (or 0x96DF75) is known color: Gossip. HEX triplet: 96, DF and 75. RGB value is (150,223,117). Sum of RGB (Red+Green+Blue) = 150+223+117=490 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.61% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 223 - color contains mainly: green. Hex color #96DF75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96DF75 is #69208A. Grayscale: #BDBDBD. Windows color (decimal): -6889611 or 7724950. OLE color: 7724950.

HSL color Cylindrical-coordinate representation of color #96DF75: hue angle of 101.32º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #96DF75 is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 223 117 -
CMYK 0.33 0 0.48 0.13
HSL 101.32º 0.62% 0.67% -
HSV(B) 101.32º 0.48% 0.87% -
XYZ 42.18 60.54 26.29 -
YUV 189.09 87.32 100.12 -
System Red Green Blue C M Y K H S L
Decimal 150 223 117 0.33 0 0.48 0.13 101.32 0.62 0.67
Hex 96 DF 75 21 0 30 D 65 3E 43
Octal 226 337 165 41 0 60 15 145 76 103
Binary 10010110 11011111 1110101 100001 0 110000 1101 1100101 111110 1000011

Color Harmonies of #96DF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DF75

Black with #96DF75

Text Example


Text Example

White with #96DF75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,223,117); }

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

background-color css

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

 a { background-color: rgb(150,223,117); }

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

border-color css

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

 span { border-color: rgb(150,223,117); }

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