Html Css Color HEX #94D357 Mantis

📋 copy color: '#94D357'

red 148 ◦ green 211 ◦ blue 87

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

Shades of Mantis #94D357

Tints of Mantis #94D357

RGB

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

 GREEN value IS 211 (82.81% from 255) = 47.31%

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

R = 33.18%
G = 47.31%
B = 19.51%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.59

 K value IS 0.17

RGB Variations

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

Color information

#94D357 (or 0x94D357) is known color: Mantis. HEX triplet: 94, D3 and 57. RGB value is (148,211,87). Sum of RGB (Red+Green+Blue) = 148+211+87=446 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.18% from 446); Green value is 211 (82.81% from 255 or 47.31% from 446); Blue value is 87 (34.38% from 255 or 19.51% from 446); Max value from RGB is 211 - color contains mainly: green. Hex color #94D357 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D357 is #6B2CA8. Grayscale: #B2B2B2. Windows color (decimal): -7023785 or 5755796. OLE color: 5755796.

HSL color Cylindrical-coordinate representation of color #94D357: hue angle of 90.48º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #94D357 is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.

Color convert

RGB 148 211 87 -
CMYK 0.30 0 0.59 0.17
HSL 90.48º 0.58% 0.58% -
HSV(B) 90.48º 0.59% 0.83% -
XYZ 37.23 53.57 17.4 -
YUV 178.03 76.63 106.58 -
System Red Green Blue C M Y K H S L
Decimal 148 211 87 0.30 0 0.59 0.17 90.48 0.58 0.58
Hex 94 D3 57 1E 0 3B 11 5A 3A 3A
Octal 224 323 127 36 0 73 21 132 72 72
Binary 10010100 11010011 1010111 11110 0 111011 10001 1011010 111010 111010

Color Harmonies of #94D357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D357

Black with #94D357

Text Example


Text Example

White with #94D357

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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