#8ddf70

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

Shades of Gossip #8DDF70

Tints of Gossip #8DDF70

Color information

#8DDF70 (or 0x8DDF70) is unknown color: approx Gossip. HEX triplet: 8D, DF and 70. RGB value is (141,223,112). Sum of RGB (Red+Green+Blue) = 141+223+112=476 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.62% from 476); Green value is 223 (87.5% from 255 or 46.85% from 476); Blue value is 112 (44.14% from 255 or 23.53% from 476); Max value from RGB is 223 - color contains mainly: green. Hex color #8DDF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDF70 is #72208F. Grayscale: #BABABA. Windows color (decimal): -7479440 or 7397261. OLE color: 7397261.

HSL color Cylindrical-coordinate representation of color #8DDF70: hue angle of 104.32º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8DDF70 is Cyan = 0.37, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB141223112-
CMYK0.3700.500.13
HSL104.32º63.43%65.69%-
HSV(B)104.32º49.78%87.45%-
XYZ40.359.6124.71-
YUV185.8386.3396.03-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.62%
GREEN value IS 223 (87.5% from 255) = 46.85%
BLUE value IS 112 (44.14% from 255) = 23.53%
R=29.62%
G=46.85%
B=23.53%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1412231120.3700.500.13104.3263.4365.69
Hex8DDF7025032D683f42
Octal215337160450621515077102
Binary100011011101111111100001001010110010110111010001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ddf70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,223,112); }

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

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

 a { background-color: rgb(141,223,112); }

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

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

 span { border-color: rgb(141,223,112); }

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