Html Css Color HEX #8CDB76 Gossip

📋 copy color: '#8CDB76'

red 140 ◦ green 219 ◦ blue 118

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

Shades of Gossip #8CDB76

Tints of Gossip #8CDB76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.74%

R = 29.35%
G = 45.91%
B = 24.74%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#8CDB76 (or 0x8CDB76) is known color: Gossip. HEX triplet: 8C, DB and 76. RGB value is (140,219,118). Sum of RGB (Red+Green+Blue) = 140+219+118=477 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.35% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 118 (46.48% from 255 or 24.74% from 477); Max value from RGB is 219 - color contains mainly: green. Hex color #8CDB76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDB76 is #732489. Grayscale: #B8B8B8. Windows color (decimal): -7545994 or 7789452. OLE color: 7789452.

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

Color convert

RGB 140 219 118 -
CMYK 0.36 0 0.46 0.14
HSL 106.93º 0.58% 0.66% -
HSV(B) 106.93º 0.46% 0.86% -
XYZ 39.42 57.55 26.17 -
YUV 183.87 90.83 96.71 -
System Red Green Blue C M Y K H S L
Decimal 140 219 118 0.36 0 0.46 0.14 106.93 0.58 0.66
Hex 8C DB 76 24 0 2E E 6B 3A 42
Octal 214 333 166 44 0 56 16 153 72 102
Binary 10001100 11011011 1110110 100100 0 101110 1110 1101011 111010 1000010

Color Harmonies of #8CDB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDB76

Black with #8CDB76

Text Example


Text Example

White with #8CDB76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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