Html Css Color HEX #8DD66D Gossip

📋 copy color: '#8DD66D'

red 141 ◦ green 214 ◦ blue 109

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

Shades of Gossip #8DD66D

Tints of Gossip #8DD66D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.12%

 BLUE value IS 109 (42.97% from 255) = 23.49%

R = 30.39%
G = 46.12%
B = 23.49%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#8DD66D (or 0x8DD66D) is known color: Gossip. HEX triplet: 8D, D6 and 6D. RGB value is (141,214,109). Sum of RGB (Red+Green+Blue) = 141+214+109=464 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.39% from 464); Green value is 214 (83.98% from 255 or 46.12% from 464); Blue value is 109 (42.97% from 255 or 23.49% from 464); Max value from RGB is 214 - color contains mainly: green. Hex color #8DD66D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD66D is #722992. Grayscale: #B4B4B4. Windows color (decimal): -7481747 or 7198349. OLE color: 7198349.

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

Color convert

RGB 141 214 109 -
CMYK 0.34 0 0.49 0.16
HSL 101.71º 0.56% 0.63% -
HSV(B) 101.71º 0.49% 0.84% -
XYZ 37.79 54.86 23.07 -
YUV 180.2 87.82 100.04 -
System Red Green Blue C M Y K H S L
Decimal 141 214 109 0.34 0 0.49 0.16 101.71 0.56 0.63
Hex 8D D6 6D 22 0 31 10 66 38 3F
Octal 215 326 155 42 0 61 20 146 70 77
Binary 10001101 11010110 1101101 100010 0 110001 10000 1100110 111000 111111

Color Harmonies of #8DD66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD66D

Black with #8DD66D

Text Example


Text Example

White with #8DD66D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,214,109); }

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

background-color css

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

 a { background-color: rgb(141,214,109); }

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

border-color css

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

 span { border-color: rgb(141,214,109); }

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