#94CF57

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

Shades of Mantis #94CF57

Tints of Mantis #94CF57

Color information

#94CF57 (or 0x94CF57) is unknown color: approx Mantis. HEX triplet: 94, CF and 57. RGB value is (148,207,87). Sum of RGB (Red+Green+Blue) = 148+207+87=442 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.48% from 442); Green value is 207 (81.25% from 255 or 46.83% from 442); Blue value is 87 (34.38% from 255 or 19.68% from 442); Max value from RGB is 207 - color contains mainly: green. Hex color #94CF57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94CF57 is #6B30A8. Grayscale: #B0B0B0. Windows color (decimal): -7024809 or 5754772. OLE color: 5754772.

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

Color convert

RGB14820787-
CMYK0.2900.580.19
HSL89.5º55.56%57.65%-
HSV(B)89.5º57.97%81.18%-
XYZ36.2551.6117.07-
YUV175.6877.95108.26-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.48%
GREEN value IS 207 (81.25% from 255) = 46.83%
BLUE value IS 87 (34.38% from 255) = 19.68%
R=33.48%
G=46.83%
B=19.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal148207870.2900.580.1989.555.5657.65
Hex94CF571D03A135a383a
Octal22431712735072231327072
Binary10010100110011111010111111010111010100111011010111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CF57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,207,87); }

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

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

 a { background-color: rgb(148,207,87); }

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

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

 span { border-color: rgb(148,207,87); }

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