Html Css Color HEX #94D961 Mantis

📋 copy color: '#94D961'

red 148 ◦ green 217 ◦ blue 97

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

Shades of Mantis #94D961

Tints of Mantis #94D961

RGB

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

 GREEN value IS 217 (85.16% from 255) = 46.97%

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

R = 32.03%
G = 46.97%
B = 21%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#94D961 (or 0x94D961) is known color: Mantis. HEX triplet: 94, D9 and 61. RGB value is (148,217,97). Sum of RGB (Red+Green+Blue) = 148+217+97=462 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.03% from 462); Green value is 217 (85.16% from 255 or 46.97% from 462); Blue value is 97 (38.28% from 255 or 21.00% from 462); Max value from RGB is 217 - color contains mainly: green. Hex color #94D961 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D961 is #6B269E. Grayscale: #B7B7B7. Windows color (decimal): -7022239 or 6412692. OLE color: 6412692.

HSL color Cylindrical-coordinate representation of color #94D961: hue angle of 94.5º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #94D961 is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 148 217 97 -
CMYK 0.32 0 0.55 0.15
HSL 94.5º 0.61% 0.62% -
HSV(B) 94.5º 0.55% 0.85% -
XYZ 39.18 56.78 20.2 -
YUV 182.69 79.64 103.26 -
System Red Green Blue C M Y K H S L
Decimal 148 217 97 0.32 0 0.55 0.15 94.5 0.61 0.62
Hex 94 D9 61 20 0 37 F 5E 3D 3E
Octal 224 331 141 40 0 67 17 136 75 76
Binary 10010100 11011001 1100001 100000 0 110111 1111 1011110 111101 111110

Color Harmonies of #94D961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D961

Black with #94D961

Text Example


Text Example

White with #94D961

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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