Html Css Color HEX #8FCF50 Mantis

📋 copy color: '#8FCF50'

red 143 ◦ green 207 ◦ blue 80

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

Shades of Mantis #8FCF50

Tints of Mantis #8FCF50

RGB

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

 GREEN value IS 207 (81.25% from 255) = 48.14%

 BLUE value IS 80 (31.64% from 255) = 18.6%

R = 33.26%
G = 48.14%
B = 18.6%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#8FCF50 (or 0x8FCF50) is known color: Mantis. HEX triplet: 8F, CF and 50. RGB value is (143,207,80). Sum of RGB (Red+Green+Blue) = 143+207+80=430 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.26% from 430); Green value is 207 (81.25% from 255 or 48.14% from 430); Blue value is 80 (31.64% from 255 or 18.60% from 430); Max value from RGB is 207 - color contains mainly: green. Hex color #8FCF50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FCF50 is #7030AF. Grayscale: #ADADAD. Windows color (decimal): -7352496 or 5296015. OLE color: 5296015.

HSL color Cylindrical-coordinate representation of color #8FCF50: hue angle of 90.24º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8FCF50 is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.

Color convert

RGB 143 207 80 -
CMYK 0.31 0 0.61 0.19
HSL 90.24º 0.57% 0.56% -
HSV(B) 90.24º 0.61% 0.81% -
XYZ 35.09 51.04 15.59 -
YUV 173.39 75.3 106.33 -
System Red Green Blue C M Y K H S L
Decimal 143 207 80 0.31 0 0.61 0.19 90.24 0.57 0.56
Hex 8F CF 50 1F 0 3D 13 5A 39 38
Octal 217 317 120 37 0 75 23 132 71 70
Binary 10001111 11001111 1010000 11111 0 111101 10011 1011010 111001 111000

Color Harmonies of #8FCF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCF50

Black with #8FCF50

Text Example


Text Example

White with #8FCF50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,207,80); }

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

background-color css

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

 a { background-color: rgb(143,207,80); }

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

border-color css

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

 span { border-color: rgb(143,207,80); }

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