#8CDB68

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

Shades of Mantis #8CDB68

Tints of Mantis #8CDB68

Color information

#8CDB68 (or 0x8CDB68) is unknown color: approx Mantis. HEX triplet: 8C, DB and 68. RGB value is (140,219,104). Sum of RGB (Red+Green+Blue) = 140+219+104=463 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.24% from 463); Green value is 219 (85.94% from 255 or 47.30% from 463); Blue value is 104 (41.02% from 255 or 22.46% from 463); Max value from RGB is 219 - color contains mainly: green. Hex color #8CDB68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDB68 is #732497. Grayscale: #B6B6B6. Windows color (decimal): -7546008 or 6871948. OLE color: 6871948.

HSL color Cylindrical-coordinate representation of color #8CDB68: hue angle of 101.22º degrees, saturation: 0.61, 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 #8CDB68 is Cyan = 0.36, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB140219104-
CMYK0.3600.530.14
HSL101.22º61.5%63.33%-
HSV(B)101.22º52.51%85.88%-
XYZ38.6557.2422.11-
YUV182.2783.8397.85-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.24%
GREEN value IS 219 (85.94% from 255) = 47.30%
BLUE value IS 104 (41.02% from 255) = 22.46%
R=30.24%
G=47.30%
B=22.46%

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
Decimal1402191040.3600.530.14101.2261.563.33
Hex8CDB6824035E653d3f
Octal21433315044065161457577
Binary10001100110110111101000100100011010111101100101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,219,104); }

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

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

 a { background-color: rgb(140,219,104); }

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

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

 span { border-color: rgb(140,219,104); }

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