Html Css Color HEX #8FDF75 Gossip

📋 copy color: '#8FDF75'

red 143 ◦ green 223 ◦ blue 117

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

Shades of Gossip #8FDF75

Tints of Gossip #8FDF75

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.17%

 BLUE value IS 117 (46.09% from 255) = 24.22%

R = 29.61%
G = 46.17%
B = 24.22%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#8FDF75 (or 0x8FDF75) is known color: Gossip. HEX triplet: 8F, DF and 75. RGB value is (143,223,117). Sum of RGB (Red+Green+Blue) = 143+223+117=483 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.61% from 483); Green value is 223 (87.5% from 255 or 46.17% from 483); Blue value is 117 (46.09% from 255 or 24.22% from 483); Max value from RGB is 223 - color contains mainly: green. Hex color #8FDF75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDF75 is #70208A. Grayscale: #BBBBBB. Windows color (decimal): -7348363 or 7724943. OLE color: 7724943.

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

Color convert

RGB 143 223 117 -
CMYK 0.36 0 0.48 0.13
HSL 105.28º 0.62% 0.67% -
HSV(B) 105.28º 0.48% 0.87% -
XYZ 40.93 59.9 26.23 -
YUV 187 88.5 96.62 -
System Red Green Blue C M Y K H S L
Decimal 143 223 117 0.36 0 0.48 0.13 105.28 0.62 0.67
Hex 8F DF 75 24 0 30 D 69 3E 43
Octal 217 337 165 44 0 60 15 151 76 103
Binary 10001111 11011111 1110101 100100 0 110000 1101 1101001 111110 1000011

Color Harmonies of #8FDF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDF75

Black with #8FDF75

Text Example


Text Example

White with #8FDF75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,223,117); }

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

background-color css

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

 a { background-color: rgb(143,223,117); }

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

border-color css

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

 span { border-color: rgb(143,223,117); }

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