#8DE073

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

Shades of Gossip #8DE073

Tints of Gossip #8DE073

Color information

#8DE073 (or 0x8DE073) is unknown color: approx Gossip. HEX triplet: 8D, E0 and 73. RGB value is (141,224,115). Sum of RGB (Red+Green+Blue) = 141+224+115=480 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.38% from 480); Green value is 224 (87.89% from 255 or 46.67% from 480); Blue value is 115 (45.31% from 255 or 23.96% from 480); Max value from RGB is 224 - color contains mainly: green. Hex color #8DE073 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DE073 is #721F8C. Grayscale: #BBBBBB. Windows color (decimal): -7479181 or 7594125. OLE color: 7594125.

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

Color convert

RGB141224115-
CMYK0.3700.490.12
HSL105.69º63.74%66.47%-
HSV(B)105.69º48.66%87.84%-
XYZ40.7360.2125.69-
YUV186.7687.595.36-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.38%
GREEN value IS 224 (87.89% from 255) = 46.67%
BLUE value IS 115 (45.31% from 255) = 23.96%
R=29.38%
G=46.67%
B=23.96%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1412241150.3700.490.12105.6963.7466.47
Hex8DE07325031C6a4042
Octal2153401634506114152100102
Binary1000110111100000111001110010101100011100110101010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,224,115); }

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

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

 a { background-color: rgb(141,224,115); }

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

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

 span { border-color: rgb(141,224,115); }

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