Html Css Color HEX #96D57D Gossip

📋 copy color: '#96D57D'

red 150 ◦ green 213 ◦ blue 125

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

Shades of Gossip #96D57D

Tints of Gossip #96D57D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.61%

R = 30.74%
G = 43.65%
B = 25.61%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#96D57D (or 0x96D57D) is known color: Gossip. HEX triplet: 96, D5 and 7D. RGB value is (150,213,125). Sum of RGB (Red+Green+Blue) = 150+213+125=488 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.74% from 488); Green value is 213 (83.59% from 255 or 43.65% from 488); Blue value is 125 (49.22% from 255 or 25.61% from 488); Max value from RGB is 213 - color contains mainly: green. Hex color #96D57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D57D is #692A82. Grayscale: #B8B8B8. Windows color (decimal): -6892163 or 8246678. OLE color: 8246678.

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

Color convert

RGB 150 213 125 -
CMYK 0.30 0 0.41 0.16
HSL 102.95º 0.51% 0.66% -
HSV(B) 102.95º 0.41% 0.84% -
XYZ 40.07 55.55 28.01 -
YUV 184.13 94.63 103.66 -
System Red Green Blue C M Y K H S L
Decimal 150 213 125 0.30 0 0.41 0.16 102.95 0.51 0.66
Hex 96 D5 7D 1E 0 29 10 67 33 42
Octal 226 325 175 36 0 51 20 147 63 102
Binary 10010110 11010101 1111101 11110 0 101001 10000 1100111 110011 1000010

Color Harmonies of #96D57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D57D

Black with #96D57D

Text Example


Text Example

White with #96D57D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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