Html Css Color HEX #8CD673 Gossip

📋 copy color: '#8CD673'

red 140 ◦ green 214 ◦ blue 115

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

Shades of Gossip #8CD673

Tints of Gossip #8CD673

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.63%

 BLUE value IS 115 (45.31% from 255) = 24.52%

R = 29.85%
G = 45.63%
B = 24.52%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#8CD673 (or 0x8CD673) is known color: Gossip. HEX triplet: 8C, D6 and 73. RGB value is (140,214,115). Sum of RGB (Red+Green+Blue) = 140+214+115=469 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.85% from 469); Green value is 214 (83.98% from 255 or 45.63% from 469); Blue value is 115 (45.31% from 255 or 24.52% from 469); Max value from RGB is 214 - color contains mainly: green. Hex color #8CD673 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD673 is #73298C. Grayscale: #B4B4B4. Windows color (decimal): -7547277 or 7591564. OLE color: 7591564.

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

Color convert

RGB 140 214 115 -
CMYK 0.35 0 0.46 0.16
HSL 104.85º 0.55% 0.65% -
HSV(B) 104.85º 0.46% 0.84% -
XYZ 37.96 54.91 24.82 -
YUV 180.59 90.98 99.05 -
System Red Green Blue C M Y K H S L
Decimal 140 214 115 0.35 0 0.46 0.16 104.85 0.55 0.65
Hex 8C D6 73 23 0 2E 10 69 37 41
Octal 214 326 163 43 0 56 20 151 67 101
Binary 10001100 11010110 1110011 100011 0 101110 10000 1101001 110111 1000001

Color Harmonies of #8CD673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CD673

Black with #8CD673

Text Example


Text Example

White with #8CD673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,214,115); }

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

background-color css

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

 a { background-color: rgb(140,214,115); }

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

border-color css

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

 span { border-color: rgb(140,214,115); }

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