#8DDD74

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

Shades of Gossip #8DDD74

Tints of Gossip #8DDD74

Color information

#8DDD74 (or 0x8DDD74) is unknown color: approx Gossip. HEX triplet: 8D, DD and 74. RGB value is (141,221,116). Sum of RGB (Red+Green+Blue) = 141+221+116=478 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.50% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 116 (45.70% from 255 or 24.27% from 478); Max value from RGB is 221 - color contains mainly: green. Hex color #8DDD74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDD74 is #72228B. Grayscale: #B9B9B9. Windows color (decimal): -7479948 or 7658893. OLE color: 7658893.

HSL color Cylindrical-coordinate representation of color #8DDD74: hue angle of 105.71º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8DDD74 is Cyan = 0.36, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB141221116-
CMYK0.3600.480.13
HSL105.71º60.69%66.08%-
HSV(B)105.71º47.51%86.67%-
XYZ39.9958.6425.73-
YUV185.118996.54-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.50%
GREEN value IS 221 (86.72% from 255) = 46.23%
BLUE value IS 116 (45.70% from 255) = 24.27%
R=29.50%
G=46.23%
B=24.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1412211160.3600.480.13105.7160.6966.08
Hex8DDD7424030D6a3d42
Octal215335164440601515275102
Binary100011011101110111101001001000110000110111010101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,221,116); }

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

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

 a { background-color: rgb(141,221,116); }

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

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

 span { border-color: rgb(141,221,116); }

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