#8CBF52

Color #8CBF52 Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #8CBF52

Tints of Mantis #8CBF52

Color information

#8CBF52 (or 0x8CBF52) is unknown color: approx Mantis. HEX triplet: 8C, BF and 52. RGB value is (140,191,82). Sum of RGB (Red+Green+Blue) = 140+191+82=413 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.90% from 413); Green value is 191 (75% from 255 or 46.25% from 413); Blue value is 82 (32.42% from 255 or 19.85% from 413); Max value from RGB is 191 - color contains mainly: green. Hex color #8CBF52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBF52 is #7340AD. Grayscale: #A3A3A3. Windows color (decimal): -7553198 or 5422988. OLE color: 5422988.

HSL color Cylindrical-coordinate representation of color #8CBF52: hue angle of 88.07º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8CBF52 is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB14019182-
CMYK0.2700.570.25
HSL88.07º45.99%53.53%-
HSV(B)88.07º57.07%74.9%-
XYZ30.9743.4514.74-
YUV163.3282.1111.36-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.90%
GREEN value IS 191 (75% from 255) = 46.25%
BLUE value IS 82 (32.42% from 255) = 19.85%
R=33.90%
G=46.25%
B=19.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal140191820.2700.570.2588.0745.9953.53
Hex8CBF521B03919582e36
Octal21427712233071311305666
Binary10001100101111111010010110110111001110011011000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,191,82); }

 H1.HeaderClassName
 {
   color: #8CBF52;
 }
 .AnyTagClassName
 {
   color: #8CBF52;
 }
</style>
background-color css

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

 a { background-color: rgb(140,191,82); }

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

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

 span { border-color: rgb(140,191,82); }

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