Html Css Color HEX #94D963 Mantis

📋 copy color: '#94D963'

red 148 ◦ green 217 ◦ blue 99

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

Shades of Mantis #94D963

Tints of Mantis #94D963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.34%

R = 31.9%
G = 46.77%
B = 21.34%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#94D963 (or 0x94D963) is known color: Mantis. HEX triplet: 94, D9 and 63. RGB value is (148,217,99). Sum of RGB (Red+Green+Blue) = 148+217+99=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 217 (85.16% from 255 or 46.77% from 464); Blue value is 99 (39.06% from 255 or 21.34% from 464); Max value from RGB is 217 - color contains mainly: green. Hex color #94D963 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D963 is #6B269C. Grayscale: #B7B7B7. Windows color (decimal): -7022237 or 6543764. OLE color: 6543764.

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

Color convert

RGB 148 217 99 -
CMYK 0.32 0 0.54 0.15
HSL 95.08º 0.61% 0.62% -
HSV(B) 95.08º 0.54% 0.85% -
XYZ 39.28 56.82 20.7 -
YUV 182.92 80.64 103.09 -
System Red Green Blue C M Y K H S L
Decimal 148 217 99 0.32 0 0.54 0.15 95.08 0.61 0.62
Hex 94 D9 63 20 0 36 F 5F 3D 3E
Octal 224 331 143 40 0 66 17 137 75 76
Binary 10010100 11011001 1100011 100000 0 110110 1111 1011111 111101 111110

Color Harmonies of #94D963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D963

Black with #94D963

Text Example


Text Example

White with #94D963

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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