Html Css Color HEX #96DB75 Gossip

📋 copy color: '#96DB75'

red 150 ◦ green 219 ◦ blue 117

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

Shades of Gossip #96DB75

Tints of Gossip #96DB75

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.06%

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

R = 30.86%
G = 45.06%
B = 24.07%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#96DB75 (or 0x96DB75) is known color: Gossip. HEX triplet: 96, DB and 75. RGB value is (150,219,117). Sum of RGB (Red+Green+Blue) = 150+219+117=486 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.86% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 117 (46.09% from 255 or 24.07% from 486); Max value from RGB is 219 - color contains mainly: green. Hex color #96DB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96DB75 is #69248A. Grayscale: #BBBBBB. Windows color (decimal): -6890635 or 7723926. OLE color: 7723926.

HSL color Cylindrical-coordinate representation of color #96DB75: hue angle of 100.59º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #96DB75 is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 219 117 -
CMYK 0.32 0 0.47 0.14
HSL 100.59º 0.59% 0.66% -
HSV(B) 100.59º 0.47% 0.86% -
XYZ 41.12 58.43 25.94 -
YUV 186.74 88.64 101.79 -
System Red Green Blue C M Y K H S L
Decimal 150 219 117 0.32 0 0.47 0.14 100.59 0.59 0.66
Hex 96 DB 75 20 0 2F E 65 3B 42
Octal 226 333 165 40 0 57 16 145 73 102
Binary 10010110 11011011 1110101 100000 0 101111 1110 1100101 111011 1000010

Color Harmonies of #96DB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DB75

Black with #96DB75

Text Example


Text Example

White with #96DB75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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