#9DE183

Color #9DE183 Gossip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossip #9DE183

Tints of Gossip #9DE183

Color information

#9DE183 (or 0x9DE183) is unknown color: approx Gossip. HEX triplet: 9D, E1 and 83. RGB value is (157,225,131). Sum of RGB (Red+Green+Blue) = 157+225+131=513 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.60% from 513); Green value is 225 (88.28% from 255 or 43.86% from 513); Blue value is 131 (51.56% from 255 or 25.54% from 513); Max value from RGB is 225 - color contains mainly: green. Hex color #9DE183 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DE183 is #621E7C. Grayscale: #C2C2C2. Windows color (decimal): -6430333 or 8642973. OLE color: 8642973.

HSL color Cylindrical-coordinate representation of color #9DE183: hue angle of 103.4º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9DE183 is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB157225131-
CMYK0.3000.420.12
HSL103.4º61.04%69.8%-
HSV(B)103.4º41.78%88.24%-
XYZ44.9362.6631.2-
YUV193.9592.47101.64-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.60%
GREEN value IS 225 (88.28% from 255) = 43.86%
BLUE value IS 131 (51.56% from 255) = 25.54%
R=30.60%
G=43.86%
B=25.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1572251310.3000.420.12103.461.0469.8
Hex9DE1831E02AC673d46
Octal235341203360521414775106
Binary100111011110000110000011111100101010110011001111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DE183; }

 p { color: rgb(157,225,131); }

 H1.HeaderClassName
 {
   color: #9DE183;
 }
 .AnyTagClassName
 {
   color: #9DE183;
 }
</style>
background-color css

<style>
 a { background-color: #9DE183; }

 a { background-color: rgb(157,225,131); }

 div.DivClassName
 {
   background-color: #9DE183;
 }
 .BgClassName
 {
   background-color: #9DE183;
 }
</style>
border-color css

<style>
 span { border-color: #9DE183; }

 span { border-color: rgb(157,225,131); }

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