#94D367

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

Shades of Mantis #94D367

Tints of Mantis #94D367

Color information

#94D367 (or 0x94D367) is unknown color: approx Mantis. HEX triplet: 94, D3 and 67. RGB value is (148,211,103). Sum of RGB (Red+Green+Blue) = 148+211+103=462 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.03% from 462); Green value is 211 (82.81% from 255 or 45.67% from 462); Blue value is 103 (40.62% from 255 or 22.29% from 462); Max value from RGB is 211 - color contains mainly: green. Hex color #94D367 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D367 is #6B2C98. Grayscale: #B4B4B4. Windows color (decimal): -7023769 or 6804372. OLE color: 6804372.

HSL color Cylindrical-coordinate representation of color #94D367: hue angle of 95º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #94D367 is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB148211103-
CMYK0.3000.510.17
HSL95º55.1%61.57%-
HSV(B)95º51.18%82.75%-
XYZ37.9653.8621.23-
YUV179.8584.63105.28-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.03%
GREEN value IS 211 (82.81% from 255) = 45.67%
BLUE value IS 103 (40.62% from 255) = 22.29%
R=32.03%
G=45.67%
B=22.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1482111030.3000.510.179555.161.57
Hex94D3671E033115f373e
Octal22432314736063211376776
Binary10010100110100111100111111100110011100011011111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94D367; }

 p { color: rgb(148,211,103); }

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

<style>
 a { background-color: #94D367; }

 a { background-color: rgb(148,211,103); }

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

<style>
 span { border-color: #94D367; }

 span { border-color: rgb(148,211,103); }

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