Html Css Color HEX #8DDC74 Gossip

📋 copy color: '#8DDC74'

red 141 ◦ green 220 ◦ blue 116

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

Shades of Gossip #8DDC74

Tints of Gossip #8DDC74

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.12%

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

R = 29.56%
G = 46.12%
B = 24.32%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#8DDC74 (or 0x8DDC74) is known color: Gossip. HEX triplet: 8D, DC and 74. RGB value is (141,220,116). Sum of RGB (Red+Green+Blue) = 141+220+116=477 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.56% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 116 (45.70% from 255 or 24.32% from 477); Max value from RGB is 220 - color contains mainly: green. Hex color #8DDC74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDC74 is #72238B. Grayscale: #B8B8B8. Windows color (decimal): -7480204 or 7658637. OLE color: 7658637.

HSL color Cylindrical-coordinate representation of color #8DDC74: hue angle of 105.58º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8DDC74 is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 141 220 116 -
CMYK 0.36 0 0.47 0.14
HSL 105.58º 0.6% 0.66% -
HSV(B) 105.58º 0.47% 0.86% -
XYZ 39.73 58.11 25.65 -
YUV 184.52 89.33 96.96 -
System Red Green Blue C M Y K H S L
Decimal 141 220 116 0.36 0 0.47 0.14 105.58 0.6 0.66
Hex 8D DC 74 24 0 2F E 6A 3C 42
Octal 215 334 164 44 0 57 16 152 74 102
Binary 10001101 11011100 1110100 100100 0 101111 1110 1101010 111100 1000010

Color Harmonies of #8DDC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DDC74

Black with #8DDC74

Text Example


Text Example

White with #8DDC74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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