Html Css Color HEX #94D064 Mantis

📋 copy color: '#94D064'

red 148 ◦ green 208 ◦ blue 100

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

Shades of Mantis #94D064

Tints of Mantis #94D064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.93%

R = 32.46%
G = 45.61%
B = 21.93%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#94D064 (or 0x94D064) is known color: Mantis. HEX triplet: 94, D0 and 64. RGB value is (148,208,100). Sum of RGB (Red+Green+Blue) = 148+208+100=456 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.46% from 456); Green value is 208 (81.64% from 255 or 45.61% from 456); Blue value is 100 (39.45% from 255 or 21.93% from 456); Max value from RGB is 208 - color contains mainly: green. Hex color #94D064 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D064 is #6B2F9B. Grayscale: #B2B2B2. Windows color (decimal): -7024540 or 6606996. OLE color: 6606996.

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

Color convert

RGB 148 208 100 -
CMYK 0.29 0 0.52 0.18
HSL 93.33º 0.53% 0.6% -
HSV(B) 93.33º 0.52% 0.82% -
XYZ 37.07 52.33 20.2 -
YUV 177.75 84.12 106.78 -
System Red Green Blue C M Y K H S L
Decimal 148 208 100 0.29 0 0.52 0.18 93.33 0.53 0.6
Hex 94 D0 64 1D 0 34 12 5D 35 3C
Octal 224 320 144 35 0 64 22 135 65 74
Binary 10010100 11010000 1100100 11101 0 110100 10010 1011101 110101 111100

Color Harmonies of #94D064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D064

Black with #94D064

Text Example


Text Example

White with #94D064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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