Html Css Color HEX #94C356 Mantis

📋 copy color: '#94C356'

red 148 ◦ green 195 ◦ blue 86

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

Shades of Mantis #94C356

Tints of Mantis #94C356

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.45%

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

R = 34.5%
G = 45.45%
B = 20.05%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#94C356 (or 0x94C356) is known color: Mantis. HEX triplet: 94, C3 and 56. RGB value is (148,195,86). Sum of RGB (Red+Green+Blue) = 148+195+86=429 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.50% from 429); Green value is 195 (76.56% from 255 or 45.45% from 429); Blue value is 86 (33.98% from 255 or 20.05% from 429); Max value from RGB is 195 - color contains mainly: green. Hex color #94C356 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C356 is #6B3CA9. Grayscale: #A8A8A8. Windows color (decimal): -7027882 or 5686164. OLE color: 5686164.

HSL color Cylindrical-coordinate representation of color #94C356: hue angle of 85.87º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #94C356 is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 148 195 86 -
CMYK 0.24 0 0.56 0.24
HSL 85.87º 0.48% 0.55% -
HSV(B) 85.87º 0.56% 0.76% -
XYZ 33.41 46 15.92 -
YUV 168.52 81.43 113.36 -
System Red Green Blue C M Y K H S L
Decimal 148 195 86 0.24 0 0.56 0.24 85.87 0.48 0.55
Hex 94 C3 56 18 0 38 18 56 30 37
Octal 224 303 126 30 0 70 30 126 60 67
Binary 10010100 11000011 1010110 11000 0 111000 11000 1010110 110000 110111

Color Harmonies of #94C356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C356

Black with #94C356

Text Example


Text Example

White with #94C356

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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