Html Css Color HEX #96E47D Gossip

📋 copy color: '#96E47D'

red 150 ◦ green 228 ◦ blue 125

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

Shades of Gossip #96E47D

Tints of Gossip #96E47D

RGB

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

 GREEN value IS 228 (89.45% from 255) = 45.33%

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

R = 29.82%
G = 45.33%
B = 24.85%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#96E47D (or 0x96E47D) is known color: Gossip. HEX triplet: 96, E4 and 7D. RGB value is (150,228,125). Sum of RGB (Red+Green+Blue) = 150+228+125=503 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.82% from 503); Green value is 228 (89.45% from 255 or 45.33% from 503); Blue value is 125 (49.22% from 255 or 24.85% from 503); Max value from RGB is 228 - color contains mainly: green. Hex color #96E47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E47D is #691B82. Grayscale: #C1C1C1. Windows color (decimal): -6888323 or 8250518. OLE color: 8250518.

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

Color convert

RGB 150 228 125 -
CMYK 0.34 0 0.45 0.11
HSL 105.44º 0.66% 0.69% -
HSV(B) 105.44º 0.45% 0.89% -
XYZ 44.02 63.45 29.33 -
YUV 192.94 89.66 97.38 -
System Red Green Blue C M Y K H S L
Decimal 150 228 125 0.34 0 0.45 0.11 105.44 0.66 0.69
Hex 96 E4 7D 22 0 2D B 69 42 45
Octal 226 344 175 42 0 55 13 151 102 105
Binary 10010110 11100100 1111101 100010 0 101101 1011 1101001 1000010 1000101

Color Harmonies of #96E47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E47D

Black with #96E47D

Text Example


Text Example

White with #96E47D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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