Html Css Color HEX #8CDC6E Gossip

📋 copy color: '#8CDC6E'

red 140 ◦ green 220 ◦ blue 110

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

Shades of Gossip #8CDC6E

Tints of Gossip #8CDC6E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.81%

 BLUE value IS 110 (43.36% from 255) = 23.4%

R = 29.79%
G = 46.81%
B = 23.4%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#8CDC6E (or 0x8CDC6E) is known color: Gossip. HEX triplet: 8C, DC and 6E. RGB value is (140,220,110). Sum of RGB (Red+Green+Blue) = 140+220+110=470 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.79% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 110 (43.36% from 255 or 23.40% from 470); Max value from RGB is 220 - color contains mainly: green. Hex color #8CDC6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDC6E is #732391. Grayscale: #B7B7B7. Windows color (decimal): -7545746 or 7265420. OLE color: 7265420.

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

Color convert

RGB 140 220 110 -
CMYK 0.36 0 0.50 0.14
HSL 103.64º 0.61% 0.65% -
HSV(B) 103.64º 0.5% 0.86% -
XYZ 39.22 57.89 23.86 -
YUV 183.54 86.5 96.94 -
System Red Green Blue C M Y K H S L
Decimal 140 220 110 0.36 0 0.50 0.14 103.64 0.61 0.65
Hex 8C DC 6E 24 0 32 E 68 3D 41
Octal 214 334 156 44 0 62 16 150 75 101
Binary 10001100 11011100 1101110 100100 0 110010 1110 1101000 111101 1000001

Color Harmonies of #8CDC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDC6E

Black with #8CDC6E

Text Example


Text Example

White with #8CDC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,220,110); }

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

background-color css

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

 a { background-color: rgb(140,220,110); }

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

border-color css

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

 span { border-color: rgb(140,220,110); }

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