#94CB61

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

Shades of Mantis #94CB61

Tints of Mantis #94CB61

Color information

#94CB61 (or 0x94CB61) is unknown color: approx Mantis. HEX triplet: 94, CB and 61. RGB value is (148,203,97). Sum of RGB (Red+Green+Blue) = 148+203+97=448 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.04% from 448); Green value is 203 (79.69% from 255 or 45.31% from 448); Blue value is 97 (38.28% from 255 or 21.65% from 448); Max value from RGB is 203 - color contains mainly: green. Hex color #94CB61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94CB61 is #6B349E. Grayscale: #AEAEAE. Windows color (decimal): -7025823 or 6409108. OLE color: 6409108.

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

Color convert

RGB14820397-
CMYK0.2700.520.20
HSL91.13º50.48%58.82%-
HSV(B)91.13º52.22%79.61%-
XYZ35.7349.8719.05-
YUV174.4784.28109.12-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.04%
GREEN value IS 203 (79.69% from 255) = 45.31%
BLUE value IS 97 (38.28% from 255) = 21.65%
R=33.04%
G=45.31%
B=21.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal148203970.2700.520.2091.1350.4858.82
Hex94CB611B034145b323b
Octal22431314133064241336273
Binary10010100110010111100001110110110100101001011011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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