Html Css Color HEX #94D157 Mantis

📋 copy color: '#94D157'

red 148 ◦ green 209 ◦ blue 87

#94D157
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantis #94D157

Tints of Mantis #94D157

RGB

 RED value IS 148 (58.2% from 255) = 33.33%

 GREEN value IS 209 (82.03% from 255) = 47.07%

 BLUE value IS 87 (34.38% from 255) = 19.59%

R = 33.33%
G = 47.07%
B = 19.59%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#94D157 (or 0x94D157) is known color: Mantis. HEX triplet: 94, D1 and 57. RGB value is (148,209,87). Sum of RGB (Red+Green+Blue) = 148+209+87=444 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.33% from 444); Green value is 209 (82.03% from 255 or 47.07% from 444); Blue value is 87 (34.38% from 255 or 19.59% from 444); Max value from RGB is 209 - color contains mainly: green. Hex color #94D157 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D157 is #6B2EA8. Grayscale: #B1B1B1. Windows color (decimal): -7024297 or 5755284. OLE color: 5755284.

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

Color convert

RGB 148 209 87 -
CMYK 0.29 0 0.58 0.18
HSL 90º 0.57% 0.58% -
HSV(B) 90º 0.58% 0.82% -
XYZ 36.73 52.58 17.23 -
YUV 176.85 77.29 107.42 -
System Red Green Blue C M Y K H S L
Decimal 148 209 87 0.29 0 0.58 0.18 90 0.57 0.58
Hex 94 D1 57 1D 0 3A 12 5A 39 3A
Octal 224 321 127 35 0 72 22 132 71 72
Binary 10010100 11010001 1010111 11101 0 111010 10010 1011010 111001 111010

Color Harmonies of #94D157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D157

Black with #94D157

Text Example


Text Example

White with #94D157

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #94D157;
 }
 .AnyTagClassName
 {
   color: #94D157;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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