Html Css Color HEX #8CDB6F Gossip

📋 copy color: '#8CDB6F'

red 140 ◦ green 219 ◦ blue 111

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

Shades of Gossip #8CDB6F

Tints of Gossip #8CDB6F

RGB

 RED value IS 140 (55.08% from 255) = 29.79%

 GREEN value IS 219 (85.94% from 255) = 46.6%

 BLUE value IS 111 (43.75% from 255) = 23.62%

R = 29.79%
G = 46.6%
B = 23.62%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#8CDB6F (or 0x8CDB6F) is known color: Gossip. HEX triplet: 8C, DB and 6F. RGB value is (140,219,111). Sum of RGB (Red+Green+Blue) = 140+219+111=470 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.79% from 470); Green value is 219 (85.94% from 255 or 46.60% from 470); Blue value is 111 (43.75% from 255 or 23.62% from 470); Max value from RGB is 219 - color contains mainly: green. Hex color #8CDB6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDB6F is #732490. Grayscale: #B7B7B7. Windows color (decimal): -7546001 or 7330700. OLE color: 7330700.

HSL color Cylindrical-coordinate representation of color #8CDB6F: hue angle of 103.89º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8CDB6F is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 140 219 111 -
CMYK 0.36 0 0.49 0.14
HSL 103.89º 0.6% 0.65% -
HSV(B) 103.89º 0.49% 0.86% -
XYZ 39.02 57.39 24.06 -
YUV 183.07 87.33 97.28 -
System Red Green Blue C M Y K H S L
Decimal 140 219 111 0.36 0 0.49 0.14 103.89 0.6 0.65
Hex 8C DB 6F 24 0 31 E 68 3C 41
Octal 214 333 157 44 0 61 16 150 74 101
Binary 10001100 11011011 1101111 100100 0 110001 1110 1101000 111100 1000001

Color Harmonies of #8CDB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDB6F

Black with #8CDB6F

Text Example


Text Example

White with #8CDB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,219,111); }

 H1.HeaderClassName
 {
   color: #8CDB6F;
 }
 .AnyTagClassName
 {
   color: #8CDB6F;
 }
</style>

background-color css

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

 a { background-color: rgb(140,219,111); }

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

border-color css

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

 span { border-color: rgb(140,219,111); }

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