Html Css Color HEX #8FDA74 Gossip

📋 copy color: '#8FDA74'

red 143 ◦ green 218 ◦ blue 116

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

Shades of Gossip #8FDA74

Tints of Gossip #8FDA74

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.7%

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

R = 29.98%
G = 45.7%
B = 24.32%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#8FDA74 (or 0x8FDA74) is known color: Gossip. HEX triplet: 8F, DA and 74. RGB value is (143,218,116). Sum of RGB (Red+Green+Blue) = 143+218+116=477 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.98% from 477); Green value is 218 (85.55% from 255 or 45.70% from 477); Blue value is 116 (45.70% from 255 or 24.32% from 477); Max value from RGB is 218 - color contains mainly: green. Hex color #8FDA74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDA74 is #70258B. Grayscale: #B8B8B8. Windows color (decimal): -7349644 or 7658127. OLE color: 7658127.

HSL color Cylindrical-coordinate representation of color #8FDA74: hue angle of 104.12º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8FDA74 is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 143 218 116 -
CMYK 0.34 0 0.47 0.15
HSL 104.12º 0.58% 0.65% -
HSV(B) 104.12º 0.47% 0.85% -
XYZ 39.55 57.24 25.49 -
YUV 183.95 89.65 98.79 -
System Red Green Blue C M Y K H S L
Decimal 143 218 116 0.34 0 0.47 0.15 104.12 0.58 0.65
Hex 8F DA 74 22 0 2F F 68 3A 41
Octal 217 332 164 42 0 57 17 150 72 101
Binary 10001111 11011010 1110100 100010 0 101111 1111 1101000 111010 1000001

Color Harmonies of #8FDA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDA74

Black with #8FDA74

Text Example


Text Example

White with #8FDA74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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