Html Css Color HEX #8FDB72 Gossip

📋 copy color: '#8FDB72'

red 143 ◦ green 219 ◦ blue 114

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

Shades of Gossip #8FDB72

Tints of Gossip #8FDB72

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.01%

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

R = 30.04%
G = 46.01%
B = 23.95%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#8FDB72 (or 0x8FDB72) is known color: Gossip. HEX triplet: 8F, DB and 72. RGB value is (143,219,114). Sum of RGB (Red+Green+Blue) = 143+219+114=476 (63% of max value = 765). Red value is 143 (56.25% from 255 or 30.04% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 114 (44.92% from 255 or 23.95% from 476); Max value from RGB is 219 - color contains mainly: green. Hex color #8FDB72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDB72 is #70248D. Grayscale: #B8B8B8. Windows color (decimal): -7349390 or 7527311. OLE color: 7527311.

HSL color Cylindrical-coordinate representation of color #8FDB72: hue angle of 103.43º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8FDB72 is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 143 219 114 -
CMYK 0.35 0 0.48 0.14
HSL 103.43º 0.59% 0.65% -
HSV(B) 103.43º 0.48% 0.86% -
XYZ 39.7 57.72 24.97 -
YUV 184.31 88.32 98.54 -
System Red Green Blue C M Y K H S L
Decimal 143 219 114 0.35 0 0.48 0.14 103.43 0.59 0.65
Hex 8F DB 72 23 0 30 E 67 3B 41
Octal 217 333 162 43 0 60 16 147 73 101
Binary 10001111 11011011 1110010 100011 0 110000 1110 1100111 111011 1000001

Color Harmonies of #8FDB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDB72

Black with #8FDB72

Text Example


Text Example

White with #8FDB72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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