#9DE285

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

Shades of Gossip #9DE285

Tints of Gossip #9DE285

Color information

#9DE285 (or 0x9DE285) is unknown color: approx Gossip. HEX triplet: 9D, E2 and 85. RGB value is (157,226,133). Sum of RGB (Red+Green+Blue) = 157+226+133=516 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.43% from 516); Green value is 226 (88.67% from 255 or 43.80% from 516); Blue value is 133 (52.34% from 255 or 25.78% from 516); Max value from RGB is 226 - color contains mainly: green. Hex color #9DE285 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DE285 is #621D7A. Grayscale: #C3C3C3. Windows color (decimal): -6430075 or 8774301. OLE color: 8774301.

HSL color Cylindrical-coordinate representation of color #9DE285: hue angle of 104.52º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9DE285 is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB157226133-
CMYK0.3100.410.11
HSL104.52º61.59%70.39%-
HSV(B)104.52º41.15%88.63%-
XYZ45.3363.2532.01-
YUV194.7793.14101.06-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.43%
GREEN value IS 226 (88.67% from 255) = 43.80%
BLUE value IS 133 (52.34% from 255) = 25.78%
R=30.43%
G=43.80%
B=25.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1572261330.3100.410.11104.5261.5970.39
Hex9DE2851F029B693e46
Octal235342205370511315176106
Binary100111011110001010000101111110101001101111010011111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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