#94cb5c

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

Shades of Mantis #94CB5C

Tints of Mantis #94CB5C

Color information

#94CB5C (or 0x94CB5C) is unknown color: approx Mantis. HEX triplet: 94, CB and 5C. RGB value is (148,203,92). Sum of RGB (Red+Green+Blue) = 148+203+92=443 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.41% from 443); Green value is 203 (79.69% from 255 or 45.82% from 443); Blue value is 92 (36.33% from 255 or 20.77% from 443); Max value from RGB is 203 - color contains mainly: green. Hex color #94CB5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94CB5C is #6B34A3. Grayscale: #AEAEAE. Windows color (decimal): -7025828 or 6081428. OLE color: 6081428.

HSL color Cylindrical-coordinate representation of color #94CB5C: hue angle of 89.73º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #94CB5C is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB14820392-
CMYK0.2700.550.20
HSL89.73º51.63%57.84%-
HSV(B)89.73º54.68%79.61%-
XYZ35.549.7817.86-
YUV173.981.78109.53-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.41%
GREEN value IS 203 (79.69% from 255) = 45.82%
BLUE value IS 92 (36.33% from 255) = 20.77%
R=33.41%
G=45.82%
B=20.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal148203920.2700.550.2089.7351.6357.84
Hex94CB5C1B037145a343a
Octal22431313433067241326472
Binary10010100110010111011100110110110111101001011010110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94cb5c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,203,92); }

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

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

 a { background-color: rgb(148,203,92); }

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

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

 span { border-color: rgb(148,203,92); }

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