Html Css Color HEX #94C756 Mantis

📋 copy color: '#94C756'

red 148 ◦ green 199 ◦ blue 86

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

Shades of Mantis #94C756

Tints of Mantis #94C756

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.96%

 BLUE value IS 86 (33.98% from 255) = 19.86%

R = 34.18%
G = 45.96%
B = 19.86%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#94C756 (or 0x94C756) is known color: Mantis. HEX triplet: 94, C7 and 56. RGB value is (148,199,86). Sum of RGB (Red+Green+Blue) = 148+199+86=433 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.18% from 433); Green value is 199 (78.12% from 255 or 45.96% from 433); Blue value is 86 (33.98% from 255 or 19.86% from 433); Max value from RGB is 199 - color contains mainly: green. Hex color #94C756 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C756 is #6B38A9. Grayscale: #ABABAB. Windows color (decimal): -7026858 or 5687188. OLE color: 5687188.

HSL color Cylindrical-coordinate representation of color #94C756: hue angle of 87.08º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #94C756 is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB 148 199 86 -
CMYK 0.26 0 0.57 0.22
HSL 87.08º 0.5% 0.56% -
HSV(B) 87.08º 0.57% 0.78% -
XYZ 34.32 47.81 16.22 -
YUV 170.87 80.1 111.69 -
System Red Green Blue C M Y K H S L
Decimal 148 199 86 0.26 0 0.57 0.22 87.08 0.5 0.56
Hex 94 C7 56 1A 0 39 16 57 32 38
Octal 224 307 126 32 0 71 26 127 62 70
Binary 10010100 11000111 1010110 11010 0 111001 10110 1010111 110010 111000

Color Harmonies of #94C756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C756

Black with #94C756

Text Example


Text Example

White with #94C756

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,199,86); }

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

background-color css

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

 a { background-color: rgb(148,199,86); }

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

border-color css

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

 span { border-color: rgb(148,199,86); }

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