Html Css Color HEX #8FD072 Gossip

📋 copy color: '#8FD072'

red 143 ◦ green 208 ◦ blue 114

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

Shades of Gossip #8FD072

Tints of Gossip #8FD072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.52%

R = 30.75%
G = 44.73%
B = 24.52%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#8FD072 (or 0x8FD072) is known color: Gossip. HEX triplet: 8F, D0 and 72. RGB value is (143,208,114). Sum of RGB (Red+Green+Blue) = 143+208+114=465 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.75% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 114 (44.92% from 255 or 24.52% from 465); Max value from RGB is 208 - color contains mainly: green. Hex color #8FD072 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD072 is #702F8D. Grayscale: #B2B2B2. Windows color (decimal): -7352206 or 7524495. OLE color: 7524495.

HSL color Cylindrical-coordinate representation of color #8FD072: hue angle of 101.49º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8FD072 is Cyan = 0.31, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 143 208 114 -
CMYK 0.31 0 0.45 0.18
HSL 101.49º 0.5% 0.63% -
HSV(B) 101.49º 0.45% 0.82% -
XYZ 36.92 52.17 24.04 -
YUV 177.85 91.97 103.14 -
System Red Green Blue C M Y K H S L
Decimal 143 208 114 0.31 0 0.45 0.18 101.49 0.5 0.63
Hex 8F D0 72 1F 0 2D 12 65 32 3F
Octal 217 320 162 37 0 55 22 145 62 77
Binary 10001111 11010000 1110010 11111 0 101101 10010 1100101 110010 111111

Color Harmonies of #8FD072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FD072

Black with #8FD072

Text Example


Text Example

White with #8FD072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,208,114); }

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

background-color css

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

 a { background-color: rgb(143,208,114); }

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

border-color css

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

 span { border-color: rgb(143,208,114); }

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