Html Css Color HEX #8CC450 Mantis

📋 copy color: '#8CC450'

red 140 ◦ green 196 ◦ blue 80

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

Shades of Mantis #8CC450

Tints of Mantis #8CC450

RGB

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

 GREEN value IS 196 (76.95% from 255) = 47.12%

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

R = 33.65%
G = 47.12%
B = 19.23%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#8CC450 (or 0x8CC450) is known color: Mantis. HEX triplet: 8C, C4 and 50. RGB value is (140,196,80). Sum of RGB (Red+Green+Blue) = 140+196+80=416 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.65% from 416); Green value is 196 (76.95% from 255 or 47.12% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 196 - color contains mainly: green. Hex color #8CC450 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC450 is #733BAF. Grayscale: #A6A6A6. Windows color (decimal): -7551920 or 5293196. OLE color: 5293196.

HSL color Cylindrical-coordinate representation of color #8CC450: hue angle of 88.97º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8CC450 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 140 196 80 -
CMYK 0.29 0 0.59 0.23
HSL 88.97º 0.5% 0.54% -
HSV(B) 88.97º 0.59% 0.77% -
XYZ 32 45.63 14.71 -
YUV 166.03 79.45 109.43 -
System Red Green Blue C M Y K H S L
Decimal 140 196 80 0.29 0 0.59 0.23 88.97 0.5 0.54
Hex 8C C4 50 1D 0 3B 17 59 32 36
Octal 214 304 120 35 0 73 27 131 62 66
Binary 10001100 11000100 1010000 11101 0 111011 10111 1011001 110010 110110

Color Harmonies of #8CC450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC450

Black with #8CC450

Text Example


Text Example

White with #8CC450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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