Html Css Color HEX #8DD27D Gossip

📋 copy color: '#8DD27D'

red 141 ◦ green 210 ◦ blue 125

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

Shades of Gossip #8DD27D

Tints of Gossip #8DD27D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.26%

R = 29.62%
G = 44.12%
B = 26.26%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#8DD27D (or 0x8DD27D) is known color: Gossip. HEX triplet: 8D, D2 and 7D. RGB value is (141,210,125). Sum of RGB (Red+Green+Blue) = 141+210+125=476 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.62% from 476); Green value is 210 (82.42% from 255 or 44.12% from 476); Blue value is 125 (49.22% from 255 or 26.26% from 476); Max value from RGB is 210 - color contains mainly: green. Hex color #8DD27D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD27D is #722D82. Grayscale: #B3B3B3. Windows color (decimal): -7482755 or 8245901. OLE color: 8245901.

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

Color convert

RGB 141 210 125 -
CMYK 0.33 0 0.40 0.18
HSL 108.71º 0.49% 0.66% -
HSV(B) 108.71º 0.4% 0.82% -
XYZ 37.73 53.24 27.69 -
YUV 179.68 97.14 100.41 -
System Red Green Blue C M Y K H S L
Decimal 141 210 125 0.33 0 0.40 0.18 108.71 0.49 0.66
Hex 8D D2 7D 21 0 28 12 6D 31 42
Octal 215 322 175 41 0 50 22 155 61 102
Binary 10001101 11010010 1111101 100001 0 101000 10010 1101101 110001 1000010

Color Harmonies of #8DD27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD27D

Black with #8DD27D

Text Example


Text Example

White with #8DD27D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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