Html Css Color HEX #8FDE72 Gossip

📋 copy color: '#8FDE72'

red 143 ◦ green 222 ◦ blue 114

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

Shades of Gossip #8FDE72

Tints of Gossip #8FDE72

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.35%

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

R = 29.85%
G = 46.35%
B = 23.8%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#8FDE72 (or 0x8FDE72) is known color: Gossip. HEX triplet: 8F, DE and 72. RGB value is (143,222,114). Sum of RGB (Red+Green+Blue) = 143+222+114=479 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.85% from 479); Green value is 222 (87.11% from 255 or 46.35% from 479); Blue value is 114 (44.92% from 255 or 23.80% from 479); Max value from RGB is 222 - color contains mainly: green. Hex color #8FDE72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDE72 is #70218D. Grayscale: #BABABA. Windows color (decimal): -7348622 or 7528079. OLE color: 7528079.

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

Color convert

RGB 143 222 114 -
CMYK 0.36 0 0.49 0.13
HSL 103.89º 0.62% 0.66% -
HSV(B) 103.89º 0.49% 0.87% -
XYZ 40.49 59.3 25.23 -
YUV 186.07 87.33 97.28 -
System Red Green Blue C M Y K H S L
Decimal 143 222 114 0.36 0 0.49 0.13 103.89 0.62 0.66
Hex 8F DE 72 24 0 31 D 68 3E 42
Octal 217 336 162 44 0 61 15 150 76 102
Binary 10001111 11011110 1110010 100100 0 110001 1101 1101000 111110 1000010

Color Harmonies of #8FDE72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDE72

Black with #8FDE72

Text Example


Text Example

White with #8FDE72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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