Html Css Color HEX #8FDB74 Gossip

📋 copy color: '#8FDB74'

red 143 ◦ green 219 ◦ blue 116

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

Shades of Gossip #8FDB74

Tints of Gossip #8FDB74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.27%

R = 29.92%
G = 45.82%
B = 24.27%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#8FDB74 (or 0x8FDB74) is known color: Gossip. HEX triplet: 8F, DB and 74. RGB value is (143,219,116). Sum of RGB (Red+Green+Blue) = 143+219+116=478 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.92% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 116 (45.70% from 255 or 24.27% from 478); Max value from RGB is 219 - color contains mainly: green. Hex color #8FDB74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDB74 is #70248B. Grayscale: #B8B8B8. Windows color (decimal): -7349388 or 7658383. OLE color: 7658383.

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

Color convert

RGB 143 219 116 -
CMYK 0.35 0 0.47 0.14
HSL 104.27º 0.59% 0.66% -
HSV(B) 104.27º 0.47% 0.86% -
XYZ 39.81 57.76 25.57 -
YUV 184.53 89.32 98.38 -
System Red Green Blue C M Y K H S L
Decimal 143 219 116 0.35 0 0.47 0.14 104.27 0.59 0.66
Hex 8F DB 74 23 0 2F E 68 3B 42
Octal 217 333 164 43 0 57 16 150 73 102
Binary 10001111 11011011 1110100 100011 0 101111 1110 1101000 111011 1000010

Color Harmonies of #8FDB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDB74

Black with #8FDB74

Text Example


Text Example

White with #8FDB74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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