#9DE484

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

Shades of Gossip #9DE484

Tints of Gossip #9DE484

Color information

#9DE484 (or 0x9DE484) is unknown color: approx Gossip. HEX triplet: 9D, E4 and 84. RGB value is (157,228,132). Sum of RGB (Red+Green+Blue) = 157+228+132=517 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.37% from 517); Green value is 228 (89.45% from 255 or 44.10% from 517); Blue value is 132 (51.95% from 255 or 25.53% from 517); Max value from RGB is 228 - color contains mainly: green. Hex color #9DE484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DE484 is #621B7B. Grayscale: #C4C4C4. Windows color (decimal): -6429564 or 8709277. OLE color: 8709277.

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

Color convert

RGB157228132-
CMYK0.3100.420.11
HSL104.38º64%70.59%-
HSV(B)104.38º42.11%89.41%-
XYZ45.8164.3231.83-
YUV195.8391.98100.31-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.37%
GREEN value IS 228 (89.45% from 255) = 44.10%
BLUE value IS 132 (51.95% from 255) = 25.53%
R=30.37%
G=44.10%
B=25.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1572281320.3100.420.11104.386470.59
Hex9DE4841F02AB684047
Octal2353442043705213150100107
Binary1001110111100100100001001111101010101011110100010000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,228,132); }

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

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

 a { background-color: rgb(157,228,132); }

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

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

 span { border-color: rgb(157,228,132); }

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