Html Css Color HEX #8DD97B Gossip

📋 copy color: '#8DD97B'

red 141 ◦ green 217 ◦ blue 123

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

Shades of Gossip #8DD97B

Tints of Gossip #8DD97B

RGB

 RED value IS 141 (55.47% from 255) = 29.31%

 GREEN value IS 217 (85.16% from 255) = 45.11%

 BLUE value IS 123 (48.44% from 255) = 25.57%

R = 29.31%
G = 45.11%
B = 25.57%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#8DD97B (or 0x8DD97B) is known color: Gossip. HEX triplet: 8D, D9 and 7B. RGB value is (141,217,123). Sum of RGB (Red+Green+Blue) = 141+217+123=481 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.31% from 481); Green value is 217 (85.16% from 255 or 45.11% from 481); Blue value is 123 (48.44% from 255 or 25.57% from 481); Max value from RGB is 217 - color contains mainly: green. Hex color #8DD97B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD97B is #722684. Grayscale: #B7B7B7. Windows color (decimal): -7480965 or 8116621. OLE color: 8116621.

HSL color Cylindrical-coordinate representation of color #8DD97B: hue angle of 108.51º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DD97B is Cyan = 0.35, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 141 217 123 -
CMYK 0.35 0 0.43 0.15
HSL 108.51º 0.55% 0.67% -
HSV(B) 108.51º 0.43% 0.85% -
XYZ 39.37 56.72 27.61 -
YUV 183.56 93.82 97.64 -
System Red Green Blue C M Y K H S L
Decimal 141 217 123 0.35 0 0.43 0.15 108.51 0.55 0.67
Hex 8D D9 7B 23 0 2B F 6D 37 43
Octal 215 331 173 43 0 53 17 155 67 103
Binary 10001101 11011001 1111011 100011 0 101011 1111 1101101 110111 1000011

Color Harmonies of #8DD97B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD97B

Black with #8DD97B

Text Example


Text Example

White with #8DD97B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,217,123); }

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

background-color css

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

 a { background-color: rgb(141,217,123); }

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

border-color css

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

 span { border-color: rgb(141,217,123); }

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