Html Css Color HEX #8CD077 Gossip

📋 copy color: '#8CD077'

red 140 ◦ green 208 ◦ blue 119

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

Shades of Gossip #8CD077

Tints of Gossip #8CD077

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.54%

 BLUE value IS 119 (46.88% from 255) = 25.48%

R = 29.98%
G = 44.54%
B = 25.48%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#8CD077 (or 0x8CD077) is known color: Gossip. HEX triplet: 8C, D0 and 77. RGB value is (140,208,119). Sum of RGB (Red+Green+Blue) = 140+208+119=467 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.98% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 119 (46.88% from 255 or 25.48% from 467); Max value from RGB is 208 - color contains mainly: green. Hex color #8CD077 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD077 is #732F88. Grayscale: #B1B1B1. Windows color (decimal): -7548809 or 7852172. OLE color: 7852172.

HSL color Cylindrical-coordinate representation of color #8CD077: hue angle of 105.84º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8CD077 is Cyan = 0.33, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 140 208 119 -
CMYK 0.33 0 0.43 0.18
HSL 105.84º 0.49% 0.64% -
HSV(B) 105.84º 0.43% 0.82% -
XYZ 36.7 52.02 25.56 -
YUV 177.52 94.97 101.24 -
System Red Green Blue C M Y K H S L
Decimal 140 208 119 0.33 0 0.43 0.18 105.84 0.49 0.64
Hex 8C D0 77 21 0 2B 12 6A 31 40
Octal 214 320 167 41 0 53 22 152 61 100
Binary 10001100 11010000 1110111 100001 0 101011 10010 1101010 110001 1000000

Color Harmonies of #8CD077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CD077

Black with #8CD077

Text Example


Text Example

White with #8CD077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,208,119); }

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

background-color css

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

 a { background-color: rgb(140,208,119); }

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

border-color css

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

 span { border-color: rgb(140,208,119); }

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