Html Css Color HEX #8DDF78 Gossip

📋 copy color: '#8DDF78'

red 141 ◦ green 223 ◦ blue 120

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

Shades of Gossip #8DDF78

Tints of Gossip #8DDF78

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.07%

 BLUE value IS 120 (47.27% from 255) = 24.79%

R = 29.13%
G = 46.07%
B = 24.79%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#8DDF78 (or 0x8DDF78) is known color: Gossip. HEX triplet: 8D, DF and 78. RGB value is (141,223,120). Sum of RGB (Red+Green+Blue) = 141+223+120=484 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.13% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 120 (47.27% from 255 or 24.79% from 484); Max value from RGB is 223 - color contains mainly: green. Hex color #8DDF78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDF78 is #722087. Grayscale: #BBBBBB. Windows color (decimal): -7479432 or 7921549. OLE color: 7921549.

HSL color Cylindrical-coordinate representation of color #8DDF78: hue angle of 107.77º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8DDF78 is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB 141 223 120 -
CMYK 0.37 0 0.46 0.13
HSL 107.77º 0.62% 0.67% -
HSV(B) 107.77º 0.46% 0.87% -
XYZ 40.76 59.79 27.16 -
YUV 186.74 90.33 95.38 -
System Red Green Blue C M Y K H S L
Decimal 141 223 120 0.37 0 0.46 0.13 107.77 0.62 0.67
Hex 8D DF 78 25 0 2E D 6C 3E 43
Octal 215 337 170 45 0 56 15 154 76 103
Binary 10001101 11011111 1111000 100101 0 101110 1101 1101100 111110 1000011

Color Harmonies of #8DDF78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DDF78

Black with #8DDF78

Text Example


Text Example

White with #8DDF78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,223,120); }

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

background-color css

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

 a { background-color: rgb(141,223,120); }

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

border-color css

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

 span { border-color: rgb(141,223,120); }

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