Html Css Color HEX #96D571 Gossip

📋 copy color: '#96D571'

red 150 ◦ green 213 ◦ blue 113

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

Shades of Gossip #96D571

Tints of Gossip #96D571

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.75%

 BLUE value IS 113 (44.53% from 255) = 23.74%

R = 31.51%
G = 44.75%
B = 23.74%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#96D571 (or 0x96D571) is known color: Gossip. HEX triplet: 96, D5 and 71. RGB value is (150,213,113). Sum of RGB (Red+Green+Blue) = 150+213+113=476 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.51% from 476); Green value is 213 (83.59% from 255 or 44.75% from 476); Blue value is 113 (44.53% from 255 or 23.74% from 476); Max value from RGB is 213 - color contains mainly: green. Hex color #96D571 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D571 is #692A8E. Grayscale: #B7B7B7. Windows color (decimal): -6892175 or 7460246. OLE color: 7460246.

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

Color convert

RGB 150 213 113 -
CMYK 0.30 0 0.47 0.16
HSL 97.8º 0.54% 0.64% -
HSV(B) 97.8º 0.47% 0.84% -
XYZ 39.35 55.26 24.22 -
YUV 182.76 88.63 104.63 -
System Red Green Blue C M Y K H S L
Decimal 150 213 113 0.30 0 0.47 0.16 97.8 0.54 0.64
Hex 96 D5 71 1E 0 2F 10 62 36 40
Octal 226 325 161 36 0 57 20 142 66 100
Binary 10010110 11010101 1110001 11110 0 101111 10000 1100010 110110 1000000

Color Harmonies of #96D571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D571

Black with #96D571

Text Example


Text Example

White with #96D571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,213,113); }

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

background-color css

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

 a { background-color: rgb(150,213,113); }

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

border-color css

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

 span { border-color: rgb(150,213,113); }

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