#8CD267

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

Shades of Mantis #8CD267

Tints of Mantis #8CD267

Color information

#8CD267 (or 0x8CD267) is unknown color: approx Mantis. HEX triplet: 8C, D2 and 67. RGB value is (140,210,103). Sum of RGB (Red+Green+Blue) = 140+210+103=453 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.91% from 453); Green value is 210 (82.42% from 255 or 46.36% from 453); Blue value is 103 (40.62% from 255 or 22.74% from 453); Max value from RGB is 210 - color contains mainly: green. Hex color #8CD267 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD267 is #732D98. Grayscale: #B1B1B1. Windows color (decimal): -7548313 or 6804108. OLE color: 6804108.

HSL color Cylindrical-coordinate representation of color #8CD267: hue angle of 99.25º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8CD267 is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB140210103-
CMYK0.3300.510.18
HSL99.25º54.31%61.37%-
HSV(B)99.25º50.95%82.35%-
XYZ36.3152.6521.08-
YUV176.8786.31101.7-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.91%
GREEN value IS 210 (82.42% from 255) = 46.36%
BLUE value IS 103 (40.62% from 255) = 22.74%
R=30.91%
G=46.36%
B=22.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1402101030.3300.510.1899.2554.3161.37
Hex8CD267210331263363d
Octal21432214741063221436675
Binary100011001101001011001111000010110011100101100011110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,210,103); }

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

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

 a { background-color: rgb(140,210,103); }

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

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

 span { border-color: rgb(140,210,103); }

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