Html Css Color HEX #8FD07F Gossip

📋 copy color: '#8FD07F'

red 143 ◦ green 208 ◦ blue 127

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

Shades of Gossip #8FD07F

Tints of Gossip #8FD07F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.51%

 BLUE value IS 127 (50% from 255) = 26.57%

R = 29.92%
G = 43.51%
B = 26.57%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#8FD07F (or 0x8FD07F) is known color: Gossip. HEX triplet: 8F, D0 and 7F. RGB value is (143,208,127). Sum of RGB (Red+Green+Blue) = 143+208+127=478 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.92% from 478); Green value is 208 (81.64% from 255 or 43.51% from 478); Blue value is 127 (50% from 255 or 26.57% from 478); Max value from RGB is 208 - color contains mainly: green. Hex color #8FD07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD07F is #702F80. Grayscale: #B3B3B3. Windows color (decimal): -7352193 or 8376463. OLE color: 8376463.

HSL color Cylindrical-coordinate representation of color #8FD07F: hue angle of 108.15º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FD07F is Cyan = 0.31, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 143 208 127 -
CMYK 0.31 0 0.39 0.18
HSL 108.15º 0.46% 0.66% -
HSV(B) 108.15º 0.39% 0.82% -
XYZ 37.71 52.48 28.22 -
YUV 179.33 98.47 102.09 -
System Red Green Blue C M Y K H S L
Decimal 143 208 127 0.31 0 0.39 0.18 108.15 0.46 0.66
Hex 8F D0 7F 1F 0 27 12 6C 2E 42
Octal 217 320 177 37 0 47 22 154 56 102
Binary 10001111 11010000 1111111 11111 0 100111 10010 1101100 101110 1000010

Color Harmonies of #8FD07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FD07F

Black with #8FD07F

Text Example


Text Example

White with #8FD07F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,208,127); }

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

background-color css

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

 a { background-color: rgb(143,208,127); }

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

border-color css

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

 span { border-color: rgb(143,208,127); }

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