Html Css Color HEX #94D059 Mantis

📋 copy color: '#94D059'

red 148 ◦ green 208 ◦ blue 89

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

Shades of Mantis #94D059

Tints of Mantis #94D059

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.74%

 BLUE value IS 89 (35.16% from 255) = 20%

R = 33.26%
G = 46.74%
B = 20%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#94D059 (or 0x94D059) is known color: Mantis. HEX triplet: 94, D0 and 59. RGB value is (148,208,89). Sum of RGB (Red+Green+Blue) = 148+208+89=445 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.26% from 445); Green value is 208 (81.64% from 255 or 46.74% from 445); Blue value is 89 (35.16% from 255 or 20% from 445); Max value from RGB is 208 - color contains mainly: green. Hex color #94D059 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D059 is #6B2FA6. Grayscale: #B0B0B0. Windows color (decimal): -7024551 or 5886100. OLE color: 5886100.

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

Color convert

RGB 148 208 89 -
CMYK 0.29 0 0.57 0.18
HSL 90.25º 0.56% 0.58% -
HSV(B) 90.25º 0.57% 0.82% -
XYZ 36.57 52.13 17.59 -
YUV 176.49 78.62 107.68 -
System Red Green Blue C M Y K H S L
Decimal 148 208 89 0.29 0 0.57 0.18 90.25 0.56 0.58
Hex 94 D0 59 1D 0 39 12 5A 38 3A
Octal 224 320 131 35 0 71 22 132 70 72
Binary 10010100 11010000 1011001 11101 0 111001 10010 1011010 111000 111010

Color Harmonies of #94D059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D059

Black with #94D059

Text Example


Text Example

White with #94D059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,208,89); }

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

background-color css

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

 a { background-color: rgb(148,208,89); }

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

border-color css

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

 span { border-color: rgb(148,208,89); }

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