Html Css Color HEX #96E57D Gossip

📋 copy color: '#96E57D'

red 150 ◦ green 229 ◦ blue 125

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

Shades of Gossip #96E57D

Tints of Gossip #96E57D

RGB

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

 GREEN value IS 229 (89.84% from 255) = 45.44%

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

R = 29.76%
G = 45.44%
B = 24.8%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#96E57D (or 0x96E57D) is known color: Gossip. HEX triplet: 96, E5 and 7D. RGB value is (150,229,125). Sum of RGB (Red+Green+Blue) = 150+229+125=504 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.76% from 504); Green value is 229 (89.84% from 255 or 45.44% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 229 - color contains mainly: green. Hex color #96E57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E57D is #691A82. Grayscale: #C1C1C1. Windows color (decimal): -6888067 or 8250774. OLE color: 8250774.

HSL color Cylindrical-coordinate representation of color #96E57D: hue angle of 105.58º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #96E57D is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB 150 229 125 -
CMYK 0.34 0 0.45 0.10
HSL 105.58º 0.67% 0.69% -
HSV(B) 105.58º 0.45% 0.9% -
XYZ 44.3 64 29.42 -
YUV 193.52 89.33 96.96 -
System Red Green Blue C M Y K H S L
Decimal 150 229 125 0.34 0 0.45 0.10 105.58 0.67 0.69
Hex 96 E5 7D 22 0 2D A 6A 43 45
Octal 226 345 175 42 0 55 12 152 103 105
Binary 10010110 11100101 1111101 100010 0 101101 1010 1101010 1000011 1000101

Color Harmonies of #96E57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E57D

Black with #96E57D

Text Example


Text Example

White with #96E57D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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