Html Css Color HEX #8FDD7F Gossip

📋 copy color: '#8FDD7F'

red 143 ◦ green 221 ◦ blue 127

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

Shades of Gossip #8FDD7F

Tints of Gossip #8FDD7F

RGB

 RED value IS 143 (56.25% from 255) = 29.12%

 GREEN value IS 221 (86.72% from 255) = 45.01%

 BLUE value IS 127 (50% from 255) = 25.87%

R = 29.12%
G = 45.01%
B = 25.87%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#8FDD7F (or 0x8FDD7F) is known color: Gossip. HEX triplet: 8F, DD and 7F. RGB value is (143,221,127). Sum of RGB (Red+Green+Blue) = 143+221+127=491 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.12% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 127 (50% from 255 or 25.87% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #8FDD7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDD7F is #702280. Grayscale: #BBBBBB. Windows color (decimal): -7348865 or 8379791. OLE color: 8379791.

HSL color Cylindrical-coordinate representation of color #8FDD7F: hue angle of 109.79º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FDD7F is Cyan = 0.35, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 143 221 127 -
CMYK 0.35 0 0.43 0.13
HSL 109.79º 0.58% 0.68% -
HSV(B) 109.79º 0.43% 0.87% -
XYZ 41.01 59.08 29.32 -
YUV 186.96 94.16 96.64 -
System Red Green Blue C M Y K H S L
Decimal 143 221 127 0.35 0 0.43 0.13 109.79 0.58 0.68
Hex 8F DD 7F 23 0 2B D 6E 3A 44
Octal 217 335 177 43 0 53 15 156 72 104
Binary 10001111 11011101 1111111 100011 0 101011 1101 1101110 111010 1000100

Color Harmonies of #8FDD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDD7F

Black with #8FDD7F

Text Example


Text Example

White with #8FDD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,221,127); }

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

background-color css

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

 a { background-color: rgb(143,221,127); }

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

border-color css

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

 span { border-color: rgb(143,221,127); }

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