Html Css Color HEX #94D061 Mantis

📋 copy color: '#94D061'

red 148 ◦ green 208 ◦ blue 97

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

Shades of Mantis #94D061

Tints of Mantis #94D061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.41%

R = 32.67%
G = 45.92%
B = 21.41%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#94D061 (or 0x94D061) is known color: Mantis. HEX triplet: 94, D0 and 61. RGB value is (148,208,97). Sum of RGB (Red+Green+Blue) = 148+208+97=453 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.67% from 453); Green value is 208 (81.64% from 255 or 45.92% from 453); Blue value is 97 (38.28% from 255 or 21.41% from 453); Max value from RGB is 208 - color contains mainly: green. Hex color #94D061 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D061 is #6B2F9E. Grayscale: #B1B1B1. Windows color (decimal): -7024543 or 6410388. OLE color: 6410388.

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

Color convert

RGB 148 208 97 -
CMYK 0.29 0 0.53 0.18
HSL 92.43º 0.54% 0.6% -
HSV(B) 92.43º 0.53% 0.82% -
XYZ 36.93 52.27 19.45 -
YUV 177.41 82.62 107.03 -
System Red Green Blue C M Y K H S L
Decimal 148 208 97 0.29 0 0.53 0.18 92.43 0.54 0.6
Hex 94 D0 61 1D 0 35 12 5C 36 3C
Octal 224 320 141 35 0 65 22 134 66 74
Binary 10010100 11010000 1100001 11101 0 110101 10010 1011100 110110 111100

Color Harmonies of #94D061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D061

Black with #94D061

Text Example


Text Example

White with #94D061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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