Html Css Color HEX #8CD76E Gossip

📋 copy color: '#8CD76E'

red 140 ◦ green 215 ◦ blue 110

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

Shades of Gossip #8CD76E

Tints of Gossip #8CD76E

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.24%

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

R = 30.11%
G = 46.24%
B = 23.66%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#8CD76E (or 0x8CD76E) is known color: Gossip. HEX triplet: 8C, D7 and 6E. RGB value is (140,215,110). Sum of RGB (Red+Green+Blue) = 140+215+110=465 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.11% from 465); Green value is 215 (84.38% from 255 or 46.24% from 465); Blue value is 110 (43.36% from 255 or 23.66% from 465); Max value from RGB is 215 - color contains mainly: green. Hex color #8CD76E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD76E is #732891. Grayscale: #B4B4B4. Windows color (decimal): -7547026 or 7264140. OLE color: 7264140.

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

Color convert

RGB 140 215 110 -
CMYK 0.35 0 0.49 0.16
HSL 102.86º 0.57% 0.64% -
HSV(B) 102.86º 0.49% 0.84% -
XYZ 37.93 55.3 23.43 -
YUV 180.61 88.15 99.04 -
System Red Green Blue C M Y K H S L
Decimal 140 215 110 0.35 0 0.49 0.16 102.86 0.57 0.64
Hex 8C D7 6E 23 0 31 10 67 39 40
Octal 214 327 156 43 0 61 20 147 71 100
Binary 10001100 11010111 1101110 100011 0 110001 10000 1100111 111001 1000000

Color Harmonies of #8CD76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CD76E

Black with #8CD76E

Text Example


Text Example

White with #8CD76E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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