Html Css Color HEX #8FD275 Gossip

📋 copy color: '#8FD275'

red 143 ◦ green 210 ◦ blue 117

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

Shades of Gossip #8FD275

Tints of Gossip #8FD275

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.68%

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

R = 30.43%
G = 44.68%
B = 24.89%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#8FD275 (or 0x8FD275) is known color: Gossip. HEX triplet: 8F, D2 and 75. RGB value is (143,210,117). Sum of RGB (Red+Green+Blue) = 143+210+117=470 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.43% from 470); Green value is 210 (82.42% from 255 or 44.68% from 470); Blue value is 117 (46.09% from 255 or 24.89% from 470); Max value from RGB is 210 - color contains mainly: green. Hex color #8FD275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD275 is #702D8A. Grayscale: #B3B3B3. Windows color (decimal): -7351691 or 7721615. OLE color: 7721615.

HSL color Cylindrical-coordinate representation of color #8FD275: hue angle of 103.23º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FD275 is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 143 210 117 -
CMYK 0.32 0 0.44 0.18
HSL 103.23º 0.51% 0.64% -
HSV(B) 103.23º 0.44% 0.82% -
XYZ 37.59 53.22 25.12 -
YUV 179.37 92.8 102.06 -
System Red Green Blue C M Y K H S L
Decimal 143 210 117 0.32 0 0.44 0.18 103.23 0.51 0.64
Hex 8F D2 75 20 0 2C 12 67 33 40
Octal 217 322 165 40 0 54 22 147 63 100
Binary 10001111 11010010 1110101 100000 0 101100 10010 1100111 110011 1000000

Color Harmonies of #8FD275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FD275

Black with #8FD275

Text Example


Text Example

White with #8FD275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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