#8FC764

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

Shades of Mantis #8FC764

Tints of Mantis #8FC764

Color information

#8FC764 (or 0x8FC764) is unknown color: approx Mantis. HEX triplet: 8F, C7 and 64. RGB value is (143,199,100). Sum of RGB (Red+Green+Blue) = 143+199+100=442 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.35% from 442); Green value is 199 (78.12% from 255 or 45.02% from 442); Blue value is 100 (39.45% from 255 or 22.62% from 442); Max value from RGB is 199 - color contains mainly: green. Hex color #8FC764 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC764 is #70389B. Grayscale: #ABABAB. Windows color (decimal): -7354524 or 6604687. OLE color: 6604687.

HSL color Cylindrical-coordinate representation of color #8FC764: hue angle of 93.94º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8FC764 is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB143199100-
CMYK0.2800.500.22
HSL93.94º46.92%58.63%-
HSV(B)93.94º49.75%78.04%-
XYZ34.0547.6119.45-
YUV170.9787.95108.05-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.35%
GREEN value IS 199 (78.12% from 255) = 45.02%
BLUE value IS 100 (39.45% from 255) = 22.62%
R=32.35%
G=45.02%
B=22.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1431991000.2800.500.2293.9446.9258.63
Hex8FC7641C032165e2f3b
Octal21730714434062261365773
Binary10001111110001111100100111000110010101101011110101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,199,100); }

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

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

 a { background-color: rgb(143,199,100); }

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

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

 span { border-color: rgb(143,199,100); }

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