#9DE185

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

Shades of Gossip #9DE185

Tints of Gossip #9DE185

Color information

#9DE185 (or 0x9DE185) is unknown color: approx Gossip. HEX triplet: 9D, E1 and 85. RGB value is (157,225,133). Sum of RGB (Red+Green+Blue) = 157+225+133=515 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.49% from 515); Green value is 225 (88.28% from 255 or 43.69% from 515); Blue value is 133 (52.34% from 255 or 25.83% from 515); Max value from RGB is 225 - color contains mainly: green. Hex color #9DE185 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DE185 is #621E7A. Grayscale: #C2C2C2. Windows color (decimal): -6430331 or 8774045. OLE color: 8774045.

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

Color convert

RGB157225133-
CMYK0.3000.410.12
HSL104.35º60.53%70.2%-
HSV(B)104.35º40.89%88.24%-
XYZ45.0662.7131.92-
YUV194.1893.47101.48-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.49%
GREEN value IS 225 (88.28% from 255) = 43.69%
BLUE value IS 133 (52.34% from 255) = 25.83%
R=30.49%
G=43.69%
B=25.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1572251330.3000.410.12104.3560.5370.2
Hex9DE1851E029C683d46
Octal235341205360511415075106
Binary100111011110000110000101111100101001110011010001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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