Html Css Color HEX #96D570 Gossip

📋 copy color: '#96D570'

red 150 ◦ green 213 ◦ blue 112

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

Shades of Gossip #96D570

Tints of Gossip #96D570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.58%

R = 31.58%
G = 44.84%
B = 23.58%

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

#96D570 (or 0x96D570) is known color: Gossip. HEX triplet: 96, D5 and 70. RGB value is (150,213,112). Sum of RGB (Red+Green+Blue) = 150+213+112=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 213 (83.59% from 255 or 44.84% from 475); Blue value is 112 (44.14% from 255 or 23.58% from 475); Max value from RGB is 213 - color contains mainly: green. Hex color #96D570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D570 is #692A8F. Grayscale: #B6B6B6. Windows color (decimal): -6892176 or 7394710. OLE color: 7394710.

HSL color Cylindrical-coordinate representation of color #96D570: hue angle of 97.43º degrees, saturation: 0.55, 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 #96D570 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 213 112 -
CMYK 0.30 0 0.47 0.16
HSL 97.43º 0.55% 0.64% -
HSV(B) 97.43º 0.47% 0.84% -
XYZ 39.3 55.24 23.92 -
YUV 182.65 88.13 104.71 -
System Red Green Blue C M Y K H S L
Decimal 150 213 112 0.30 0 0.47 0.16 97.43 0.55 0.64
Hex 96 D5 70 1E 0 2F 10 61 37 40
Octal 226 325 160 36 0 57 20 141 67 100
Binary 10010110 11010101 1110000 11110 0 101111 10000 1100001 110111 1000000

Color Harmonies of #96D570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D570

Black with #96D570

Text Example


Text Example

White with #96D570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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