Html Css Color HEX #8DDF6F Gossip

📋 copy color: '#8DDF6F'

red 141 ◦ green 223 ◦ blue 111

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

Shades of Gossip #8DDF6F

Tints of Gossip #8DDF6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.37%

R = 29.68%
G = 46.95%
B = 23.37%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#8DDF6F (or 0x8DDF6F) is known color: Gossip. HEX triplet: 8D, DF and 6F. RGB value is (141,223,111). Sum of RGB (Red+Green+Blue) = 141+223+111=475 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.68% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 111 (43.75% from 255 or 23.37% from 475); Max value from RGB is 223 - color contains mainly: green. Hex color #8DDF6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDF6F is #722090. Grayscale: #BABABA. Windows color (decimal): -7479441 or 7331725. OLE color: 7331725.

HSL color Cylindrical-coordinate representation of color #8DDF6F: hue angle of 103.93º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8DDF6F is Cyan = 0.37, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 141 223 111 -
CMYK 0.37 0 0.50 0.13
HSL 103.93º 0.64% 0.65% -
HSV(B) 103.93º 0.5% 0.87% -
XYZ 40.24 59.59 24.42 -
YUV 185.71 85.83 96.11 -
System Red Green Blue C M Y K H S L
Decimal 141 223 111 0.37 0 0.50 0.13 103.93 0.64 0.65
Hex 8D DF 6F 25 0 32 D 68 40 41
Octal 215 337 157 45 0 62 15 150 100 101
Binary 10001101 11011111 1101111 100101 0 110010 1101 1101000 1000000 1000001

Color Harmonies of #8DDF6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DDF6F

Black with #8DDF6F

Text Example


Text Example

White with #8DDF6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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