Html Css Color HEX #8CBE61 Mantis

📋 copy color: '#8CBE61'

red 140 ◦ green 190 ◦ blue 97

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

Shades of Mantis #8CBE61

Tints of Mantis #8CBE61

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.5%

 BLUE value IS 97 (38.28% from 255) = 22.72%

R = 32.79%
G = 44.5%
B = 22.72%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#8CBE61 (or 0x8CBE61) is known color: Mantis. HEX triplet: 8C, BE and 61. RGB value is (140,190,97). Sum of RGB (Red+Green+Blue) = 140+190+97=427 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.79% from 427); Green value is 190 (74.61% from 255 or 44.50% from 427); Blue value is 97 (38.28% from 255 or 22.72% from 427); Max value from RGB is 190 - color contains mainly: green. Hex color #8CBE61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBE61 is #73419E. Grayscale: #A4A4A4. Windows color (decimal): -7553439 or 6405772. OLE color: 6405772.

HSL color Cylindrical-coordinate representation of color #8CBE61: hue angle of 92.26º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8CBE61 is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 190 97 -
CMYK 0.26 0 0.49 0.25
HSL 92.26º 0.42% 0.56% -
HSV(B) 92.26º 0.49% 0.75% -
XYZ 31.39 43.27 18.01 -
YUV 164.45 89.94 110.56 -
System Red Green Blue C M Y K H S L
Decimal 140 190 97 0.26 0 0.49 0.25 92.26 0.42 0.56
Hex 8C BE 61 1A 0 31 19 5C 2A 38
Octal 214 276 141 32 0 61 31 134 52 70
Binary 10001100 10111110 1100001 11010 0 110001 11001 1011100 101010 111000

Color Harmonies of #8CBE61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBE61

Black with #8CBE61

Text Example


Text Example

White with #8CBE61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,190,97); }

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

background-color css

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

 a { background-color: rgb(140,190,97); }

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

border-color css

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

 span { border-color: rgb(140,190,97); }

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