Html Css Color HEX #8DDA7D Gossip

📋 copy color: '#8DDA7D'

red 141 ◦ green 218 ◦ blue 125

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

Shades of Gossip #8DDA7D

Tints of Gossip #8DDA7D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.04%

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

R = 29.13%
G = 45.04%
B = 25.83%

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

#8DDA7D (or 0x8DDA7D) is known color: Gossip. HEX triplet: 8D, DA and 7D. RGB value is (141,218,125). Sum of RGB (Red+Green+Blue) = 141+218+125=484 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.13% from 484); Green value is 218 (85.55% from 255 or 45.04% from 484); Blue value is 125 (49.22% from 255 or 25.83% from 484); Max value from RGB is 218 - color contains mainly: green. Hex color #8DDA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDA7D is #722582. Grayscale: #B8B8B8. Windows color (decimal): -7480707 or 8247949. OLE color: 8247949.

HSL color Cylindrical-coordinate representation of color #8DDA7D: hue angle of 109.68º degrees, saturation: 0.56, 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 #8DDA7D is Cyan = 0.35, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 141 218 125 -
CMYK 0.35 0 0.43 0.15
HSL 109.68º 0.56% 0.67% -
HSV(B) 109.68º 0.43% 0.85% -
XYZ 39.76 57.29 28.36 -
YUV 184.38 94.49 97.06 -
System Red Green Blue C M Y K H S L
Decimal 141 218 125 0.35 0 0.43 0.15 109.68 0.56 0.67
Hex 8D DA 7D 23 0 2B F 6E 38 43
Octal 215 332 175 43 0 53 17 156 70 103
Binary 10001101 11011010 1111101 100011 0 101011 1111 1101110 111000 1000011

Color Harmonies of #8DDA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DDA7D

Black with #8DDA7D

Text Example


Text Example

White with #8DDA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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