#8DE169

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

Shades of Gossip #8DE169

Tints of Gossip #8DE169

Color information

#8DE169 (or 0x8DE169) is unknown color: approx Gossip. HEX triplet: 8D, E1 and 69. RGB value is (141,225,105). Sum of RGB (Red+Green+Blue) = 141+225+105=471 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.94% from 471); Green value is 225 (88.28% from 255 or 47.77% from 471); Blue value is 105 (41.41% from 255 or 22.29% from 471); Max value from RGB is 225 - color contains mainly: green. Hex color #8DE169 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DE169 is #721E96. Grayscale: #BABABA. Windows color (decimal): -7478935 or 6939021. OLE color: 6939021.

HSL color Cylindrical-coordinate representation of color #8DE169: hue angle of 102º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8DE169 is Cyan = 0.37, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB141225105-
CMYK0.3700.530.12
HSL102º66.67%64.71%-
HSV(B)102º53.33%88.24%-
XYZ40.4660.5322.92-
YUV186.282.1795.76-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.94%
GREEN value IS 225 (88.28% from 255) = 47.77%
BLUE value IS 105 (41.41% from 255) = 22.29%
R=29.94%
G=47.77%
B=22.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1412251050.3700.530.1210266.6764.71
Hex8DE16925035C664341
Octal2153411514506514146103101
Binary1000110111100001110100110010101101011100110011010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DE169; }

 p { color: rgb(141,225,105); }

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

<style>
 a { background-color: #8DE169; }

 a { background-color: rgb(141,225,105); }

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

<style>
 span { border-color: #8DE169; }

 span { border-color: rgb(141,225,105); }

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