Html Css Color HEX #94C65C Mantis

📋 copy color: '#94C65C'

red 148 ◦ green 198 ◦ blue 92

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

Shades of Mantis #94C65C

Tints of Mantis #94C65C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.21%

 BLUE value IS 92 (36.33% from 255) = 21%

R = 33.79%
G = 45.21%
B = 21%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#94C65C (or 0x94C65C) is known color: Mantis. HEX triplet: 94, C6 and 5C. RGB value is (148,198,92). Sum of RGB (Red+Green+Blue) = 148+198+92=438 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.79% from 438); Green value is 198 (77.73% from 255 or 45.21% from 438); Blue value is 92 (36.33% from 255 or 21.00% from 438); Max value from RGB is 198 - color contains mainly: green. Hex color #94C65C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C65C is #6B39A3. Grayscale: #ABABAB. Windows color (decimal): -7027108 or 6080148. OLE color: 6080148.

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

Color convert

RGB 148 198 92 -
CMYK 0.25 0 0.54 0.22
HSL 88.3º 0.48% 0.57% -
HSV(B) 88.3º 0.54% 0.78% -
XYZ 34.34 47.46 17.48 -
YUV 170.97 83.44 111.62 -
System Red Green Blue C M Y K H S L
Decimal 148 198 92 0.25 0 0.54 0.22 88.3 0.48 0.57
Hex 94 C6 5C 19 0 36 16 58 30 39
Octal 224 306 134 31 0 66 26 130 60 71
Binary 10010100 11000110 1011100 11001 0 110110 10110 1011000 110000 111001

Color Harmonies of #94C65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C65C

Black with #94C65C

Text Example


Text Example

White with #94C65C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,198,92); }

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

background-color css

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

 a { background-color: rgb(148,198,92); }

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

border-color css

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

 span { border-color: rgb(148,198,92); }

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