Html Css Color HEX #8FCD75 Gossip

📋 copy color: '#8FCD75'

red 143 ◦ green 205 ◦ blue 117

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

Shades of Gossip #8FCD75

Tints of Gossip #8FCD75

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.09%

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

R = 30.75%
G = 44.09%
B = 25.16%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#8FCD75 (or 0x8FCD75) is known color: Gossip. HEX triplet: 8F, CD and 75. RGB value is (143,205,117). Sum of RGB (Red+Green+Blue) = 143+205+117=465 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.75% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 205 - color contains mainly: green. Hex color #8FCD75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FCD75 is #70328A. Grayscale: #B0B0B0. Windows color (decimal): -7352971 or 7720335. OLE color: 7720335.

HSL color Cylindrical-coordinate representation of color #8FCD75: hue angle of 102.27º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FCD75 is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB 143 205 117 -
CMYK 0.30 0 0.43 0.20
HSL 102.27º 0.47% 0.63% -
HSV(B) 102.27º 0.43% 0.8% -
XYZ 36.37 50.79 24.72 -
YUV 176.43 94.46 104.16 -
System Red Green Blue C M Y K H S L
Decimal 143 205 117 0.30 0 0.43 0.20 102.27 0.47 0.63
Hex 8F CD 75 1E 0 2B 14 66 2F 3F
Octal 217 315 165 36 0 53 24 146 57 77
Binary 10001111 11001101 1110101 11110 0 101011 10100 1100110 101111 111111

Color Harmonies of #8FCD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCD75

Black with #8FCD75

Text Example


Text Example

White with #8FCD75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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