#8fde68

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

Shades of Gossip #8FDE68

Tints of Gossip #8FDE68

Color information

#8FDE68 (or 0x8FDE68) is unknown color: approx Gossip. HEX triplet: 8F, DE and 68. RGB value is (143,222,104). Sum of RGB (Red+Green+Blue) = 143+222+104=469 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.49% from 469); Green value is 222 (87.11% from 255 or 47.33% from 469); Blue value is 104 (41.02% from 255 or 22.17% from 469); Max value from RGB is 222 - color contains mainly: green. Hex color #8FDE68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDE68 is #702197. Grayscale: #B9B9B9. Windows color (decimal): -7348632 or 6872719. OLE color: 6872719.

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

Color convert

RGB143222104-
CMYK0.3600.530.13
HSL100.17º64.13%63.92%-
HSV(B)100.17º53.15%87.06%-
XYZ39.9559.0822.4-
YUV184.9382.3398.09-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.49%
GREEN value IS 222 (87.11% from 255) = 47.33%
BLUE value IS 104 (41.02% from 255) = 22.17%
R=30.49%
G=47.33%
B=22.17%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1432221040.3600.530.13100.1764.1363.92
Hex8FDE6824035D644040
Octal2173361504406515144100100
Binary1000111111011110110100010010001101011101110010010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8fde68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,222,104); }

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

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

 a { background-color: rgb(143,222,104); }

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

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

 span { border-color: rgb(143,222,104); }

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