#94D567

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

Shades of Mantis #94D567

Tints of Mantis #94D567

Color information

#94D567 (or 0x94D567) is unknown color: approx Mantis. HEX triplet: 94, D5 and 67. RGB value is (148,213,103). Sum of RGB (Red+Green+Blue) = 148+213+103=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 213 (83.59% from 255 or 45.91% from 464); Blue value is 103 (40.62% from 255 or 22.20% from 464); Max value from RGB is 213 - color contains mainly: green. Hex color #94D567 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D567 is #6B2A98. Grayscale: #B5B5B5. Windows color (decimal): -7023257 or 6804884. OLE color: 6804884.

HSL color Cylindrical-coordinate representation of color #94D567: hue angle of 95.45º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #94D567 is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB148213103-
CMYK0.3100.520.16
HSL95.45º56.7%61.96%-
HSV(B)95.45º51.64%83.53%-
XYZ38.4654.8621.39-
YUV181.0283.97104.44-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.90%
GREEN value IS 213 (83.59% from 255) = 45.91%
BLUE value IS 103 (40.62% from 255) = 22.20%
R=31.90%
G=45.91%
B=22.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1482131030.3100.520.1695.4556.761.96
Hex94D5671F034105f393e
Octal22432514737064201377176
Binary10010100110101011100111111110110100100001011111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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