Html Css Color HEX #8DD074 Gossip

📋 copy color: '#8DD074'

red 141 ◦ green 208 ◦ blue 116

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

Shades of Gossip #8DD074

Tints of Gossip #8DD074

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.73%

 BLUE value IS 116 (45.7% from 255) = 24.95%

R = 30.32%
G = 44.73%
B = 24.95%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#8DD074 (or 0x8DD074) is known color: Gossip. HEX triplet: 8D, D0 and 74. RGB value is (141,208,116). Sum of RGB (Red+Green+Blue) = 141+208+116=465 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.32% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 116 (45.70% from 255 or 24.95% from 465); Max value from RGB is 208 - color contains mainly: green. Hex color #8DD074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD074 is #722F8B. Grayscale: #B1B1B1. Windows color (decimal): -7483276 or 7655565. OLE color: 7655565.

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

Color convert

RGB 141 208 116 -
CMYK 0.32 0 0.44 0.18
HSL 103.7º 0.49% 0.64% -
HSV(B) 103.7º 0.44% 0.82% -
XYZ 36.69 52.04 24.63 -
YUV 177.48 93.3 101.98 -
System Red Green Blue C M Y K H S L
Decimal 141 208 116 0.32 0 0.44 0.18 103.7 0.49 0.64
Hex 8D D0 74 20 0 2C 12 68 31 40
Octal 215 320 164 40 0 54 22 150 61 100
Binary 10001101 11010000 1110100 100000 0 101100 10010 1101000 110001 1000000

Color Harmonies of #8DD074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD074

Black with #8DD074

Text Example


Text Example

White with #8DD074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,208,116); }

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

background-color css

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

 a { background-color: rgb(141,208,116); }

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

border-color css

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

 span { border-color: rgb(141,208,116); }

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