Html Css Color HEX #8CCF50 Mantis

📋 copy color: '#8CCF50'

red 140 ◦ green 207 ◦ blue 80

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

Shades of Mantis #8CCF50

Tints of Mantis #8CCF50

RGB

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

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

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

R = 32.79%
G = 48.48%
B = 18.74%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#8CCF50 (or 0x8CCF50) is known color: Mantis. HEX triplet: 8C, CF and 50. RGB value is (140,207,80). Sum of RGB (Red+Green+Blue) = 140+207+80=427 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.79% from 427); Green value is 207 (81.25% from 255 or 48.48% from 427); Blue value is 80 (31.64% from 255 or 18.74% from 427); Max value from RGB is 207 - color contains mainly: green. Hex color #8CCF50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCF50 is #7330AF. Grayscale: #ACACAC. Windows color (decimal): -7549104 or 5296012. OLE color: 5296012.

HSL color Cylindrical-coordinate representation of color #8CCF50: hue angle of 91.65º 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 #8CCF50 is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.

Color convert

RGB 140 207 80 -
CMYK 0.32 0 0.61 0.19
HSL 91.65º 0.57% 0.56% -
HSV(B) 91.65º 0.61% 0.81% -
XYZ 34.58 50.78 15.57 -
YUV 172.49 75.8 104.83 -
System Red Green Blue C M Y K H S L
Decimal 140 207 80 0.32 0 0.61 0.19 91.65 0.57 0.56
Hex 8C CF 50 20 0 3D 13 5C 39 38
Octal 214 317 120 40 0 75 23 134 71 70
Binary 10001100 11001111 1010000 100000 0 111101 10011 1011100 111001 111000

Color Harmonies of #8CCF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCF50

Black with #8CCF50

Text Example


Text Example

White with #8CCF50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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