Html Css Color HEX #8DD273 Gossip

📋 copy color: '#8DD273'

red 141 ◦ green 210 ◦ blue 115

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

Shades of Gossip #8DD273

Tints of Gossip #8DD273

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.06%

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

R = 30.26%
G = 45.06%
B = 24.68%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#8DD273 (or 0x8DD273) is known color: Gossip. HEX triplet: 8D, D2 and 73. RGB value is (141,210,115). Sum of RGB (Red+Green+Blue) = 141+210+115=466 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.26% from 466); Green value is 210 (82.42% from 255 or 45.06% from 466); Blue value is 115 (45.31% from 255 or 24.68% from 466); Max value from RGB is 210 - color contains mainly: green. Hex color #8DD273 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD273 is #722D8C. Grayscale: #B2B2B2. Windows color (decimal): -7482765 or 7590541. OLE color: 7590541.

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

Color convert

RGB 141 210 115 -
CMYK 0.33 0 0.45 0.18
HSL 103.58º 0.51% 0.64% -
HSV(B) 103.58º 0.45% 0.82% -
XYZ 37.13 52.99 24.49 -
YUV 178.54 92.14 101.22 -
System Red Green Blue C M Y K H S L
Decimal 141 210 115 0.33 0 0.45 0.18 103.58 0.51 0.64
Hex 8D D2 73 21 0 2D 12 68 33 40
Octal 215 322 163 41 0 55 22 150 63 100
Binary 10001101 11010010 1110011 100001 0 101101 10010 1101000 110011 1000000

Color Harmonies of #8DD273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD273

Black with #8DD273

Text Example


Text Example

White with #8DD273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,210,115); }

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

background-color css

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

 a { background-color: rgb(141,210,115); }

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

border-color css

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

 span { border-color: rgb(141,210,115); }

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