#8CCF4D

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

Shades of Mantis #8CCF4D

Tints of Mantis #8CCF4D

Color information

#8CCF4D (or 0x8CCF4D) is unknown color: approx Mantis. HEX triplet: 8C, CF and 4D. RGB value is (140,207,77). Sum of RGB (Red+Green+Blue) = 140+207+77=424 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.02% from 424); Green value is 207 (81.25% from 255 or 48.82% from 424); Blue value is 77 (30.47% from 255 or 18.16% from 424); Max value from RGB is 207 - color contains mainly: green. Hex color #8CCF4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCF4D is #7330B2. Grayscale: #ACACAC. Windows color (decimal): -7549107 or 5099404. OLE color: 5099404.

HSL color Cylindrical-coordinate representation of color #8CCF4D: hue angle of 90.92º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8CCF4D is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB14020777-
CMYK0.3200.630.19
HSL90.92º57.52%55.69%-
HSV(B)90.92º62.8%81.18%-
XYZ34.4750.7415-
YUV172.1574.3105.07-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.02%
GREEN value IS 207 (81.25% from 255) = 48.82%
BLUE value IS 77 (30.47% from 255) = 18.16%
R=33.02%
G=48.82%
B=18.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal140207770.3200.630.1990.9257.5255.69
Hex8CCF4D2003F135b3a38
Octal21431711540077231337270
Binary100011001100111110011011000000111111100111011011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCF4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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