#8CDA66

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

Shades of Mantis #8CDA66

Tints of Mantis #8CDA66

Color information

#8CDA66 (or 0x8CDA66) is unknown color: approx Mantis. HEX triplet: 8C, DA and 66. RGB value is (140,218,102). Sum of RGB (Red+Green+Blue) = 140+218+102=460 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.43% from 460); Green value is 218 (85.55% from 255 or 47.39% from 460); Blue value is 102 (40.23% from 255 or 22.17% from 460); Max value from RGB is 218 - color contains mainly: green. Hex color #8CDA66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDA66 is #732599. Grayscale: #B5B5B5. Windows color (decimal): -7546266 or 6740620. OLE color: 6740620.

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

Color convert

RGB140218102-
CMYK0.3600.530.15
HSL100.34º61.05%62.75%-
HSV(B)100.34º53.21%85.49%-
XYZ38.2856.6821.49-
YUV181.4583.1698.43-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.43%
GREEN value IS 218 (85.55% from 255) = 47.39%
BLUE value IS 102 (40.23% from 255) = 22.17%
R=30.43%
G=47.39%
B=22.17%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1402181020.3600.530.15100.3461.0562.75
Hex8CDA6624035F643d3f
Octal21433214644065171447577
Binary10001100110110101100110100100011010111111100100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,218,102); }

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

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

 a { background-color: rgb(140,218,102); }

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

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

 span { border-color: rgb(140,218,102); }

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