#8CD24D

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

Shades of Mantis #8CD24D

Tints of Mantis #8CD24D

Color information

#8CD24D (or 0x8CD24D) is unknown color: approx Mantis. HEX triplet: 8C, D2 and 4D. RGB value is (140,210,77). Sum of RGB (Red+Green+Blue) = 140+210+77=427 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.79% from 427); Green value is 210 (82.42% from 255 or 49.18% from 427); Blue value is 77 (30.47% from 255 or 18.03% from 427); Max value from RGB is 210 - color contains mainly: green. Hex color #8CD24D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD24D is #732DB2. Grayscale: #AEAEAE. Windows color (decimal): -7548339 or 5100172. OLE color: 5100172.

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

Color convert

RGB14021077-
CMYK0.3300.630.18
HSL91.58º59.64%56.27%-
HSV(B)91.58º63.33%82.35%-
XYZ35.252.215.24-
YUV173.9173.31103.81-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.79%
GREEN value IS 210 (82.42% from 255) = 49.18%
BLUE value IS 77 (30.47% from 255) = 18.03%
R=32.79%
G=49.18%
B=18.03%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal140210770.3300.630.1891.5859.6456.27
Hex8CD24D2103F125c3c38
Octal21432211541077221347470
Binary100011001101001010011011000010111111100101011100111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD24D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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