Html Css Color HEX #8BD66F Gossip

📋 copy color: '#8BD66F'

red 139 ◦ green 214 ◦ blue 111

#8BD66F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossip #8BD66F

Tints of Gossip #8BD66F

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 value IS 0.35

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#8BD66F (or 0x8BD66F) is known color: 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

RGB 139 214 111 -
CMYK 0.35 0 0.48 0.16
HSL 103.69º 0.56% 0.64% -
HSV(B) 103.69º 0.48% 0.84% -
XYZ 37.56 54.73 23.62 -
YUV 179.83 89.15 98.88 -
System Red Green Blue C M Y K H S L
Decimal 139 214 111 0.35 0 0.48 0.16 103.69 0.56 0.64
Hex 8B D6 6F 23 0 30 10 68 38 40
Octal 213 326 157 43 0 60 20 150 70 100
Binary 10001011 11010110 1101111 100011 0 110000 10000 1101000 111000 1000000

Color Harmonies of #8BD66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD66F

Black with #8BD66F

Text Example


Text Example

White with #8BD66F

Text Example


Text Example

HTML Codes & Css Web 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>