Html Css Color HEX #8CDF50 Mantis

📋 copy color: '#8CDF50'

red 140 ◦ green 223 ◦ blue 80

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

Shades of Mantis #8CDF50

Tints of Mantis #8CDF50

RGB

 RED value IS 140 (55.08% from 255) = 31.6%

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

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

R = 31.6%
G = 50.34%
B = 18.06%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#8CDF50 (or 0x8CDF50) is known color: Mantis. HEX triplet: 8C, DF and 50. RGB value is (140,223,80). Sum of RGB (Red+Green+Blue) = 140+223+80=443 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.60% from 443); Green value is 223 (87.5% from 255 or 50.34% from 443); Blue value is 80 (31.64% from 255 or 18.06% from 443); Max value from RGB is 223 - color contains mainly: green. Hex color #8CDF50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDF50 is #7320AF. Grayscale: #B6B6B6. Windows color (decimal): -7545008 or 5300108. OLE color: 5300108.

HSL color Cylindrical-coordinate representation of color #8CDF50: hue angle of 94.83º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8CDF50 is Cyan = 0.37, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 140 223 80 -
CMYK 0.37 0 0.64 0.13
HSL 94.83º 0.69% 0.59% -
HSV(B) 94.83º 0.64% 0.87% -
XYZ 38.65 58.93 16.93 -
YUV 181.88 70.5 98.13 -
System Red Green Blue C M Y K H S L
Decimal 140 223 80 0.37 0 0.64 0.13 94.83 0.69 0.59
Hex 8C DF 50 25 0 40 D 5F 45 3B
Octal 214 337 120 45 0 100 15 137 105 73
Binary 10001100 11011111 1010000 100101 0 1000000 1101 1011111 1000101 111011

Color Harmonies of #8CDF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDF50

Black with #8CDF50

Text Example


Text Example

White with #8CDF50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,223,80); }

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

background-color css

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

 a { background-color: rgb(140,223,80); }

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

border-color css

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

 span { border-color: rgb(140,223,80); }

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