#8bd66f

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

Shades of Gossip #8BD66F

Tints of Gossip #8BD66F

Color information

#8BD66F (or 0x8BD66F) is unknown color: approx Gossip. HEX triplet: 8B, D6 and 6F. RGB value is (139,214,111). Sum of RGB (Red+Green+Blue) = 139+214+111=464 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.96% from 464); Green value is 214 (83.98% from 255 or 46.12% from 464); Blue value is 111 (43.75% from 255 or 23.92% from 464); Max value from RGB is 214 - color contains mainly: green. Hex color #8BD66F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD66F is #742990. Grayscale: #B4B4B4. Windows color (decimal): -7612817 or 7329419. OLE color: 7329419.

HSL color Cylindrical-coordinate representation of color #8BD66F: hue angle of 103.69º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8BD66F is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB139214111-
CMYK0.3500.480.16
HSL103.69º55.68%63.73%-
HSV(B)103.69º48.13%83.92%-
XYZ37.5654.7323.62-
YUV179.8389.1598.88-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.96%
GREEN value IS 214 (83.98% from 255) = 46.12%
BLUE value IS 111 (43.75% from 255) = 23.92%
R=29.96%
G=46.12%
B=23.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1392141110.3500.480.16103.6955.6863.73
Hex8BD66F2303010683840
Octal213326157430602015070100
Binary1000101111010110110111110001101100001000011010001110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8bd66f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,214,111); }

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

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

 a { background-color: rgb(139,214,111); }

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

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

 span { border-color: rgb(139,214,111); }

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