#8CDC67

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

Shades of Mantis #8CDC67

Tints of Mantis #8CDC67

Color information

#8CDC67 (or 0x8CDC67) is unknown color: approx Mantis. HEX triplet: 8C, DC and 67. RGB value is (140,220,103). Sum of RGB (Red+Green+Blue) = 140+220+103=463 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.24% from 463); Green value is 220 (86.33% from 255 or 47.52% from 463); Blue value is 103 (40.62% from 255 or 22.25% from 463); Max value from RGB is 220 - color contains mainly: green. Hex color #8CDC67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDC67 is #732398. Grayscale: #B7B7B7. Windows color (decimal): -7545753 or 6806668. OLE color: 6806668.

HSL color Cylindrical-coordinate representation of color #8CDC67: hue angle of 101.03º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8CDC67 is Cyan = 0.36, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB140220103-
CMYK0.3600.530.14
HSL101.03º62.57%63.33%-
HSV(B)101.03º53.18%86.27%-
XYZ38.8657.7421.93-
YUV182.748397.51-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.24%
GREEN value IS 220 (86.33% from 255) = 47.52%
BLUE value IS 103 (40.62% from 255) = 22.25%
R=30.24%
G=47.52%
B=22.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1402201030.3600.530.14101.0362.5763.33
Hex8CDC6724035E653f3f
Octal21433414744065161457777
Binary10001100110111001100111100100011010111101100101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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