Html Css Color HEX #94D65C Mantis

📋 copy color: '#94D65C'

red 148 ◦ green 214 ◦ blue 92

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

Shades of Mantis #94D65C

Tints of Mantis #94D65C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.14%

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

R = 32.6%
G = 47.14%
B = 20.26%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#94D65C (or 0x94D65C) is known color: Mantis. HEX triplet: 94, D6 and 5C. RGB value is (148,214,92). Sum of RGB (Red+Green+Blue) = 148+214+92=454 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.60% from 454); Green value is 214 (83.98% from 255 or 47.14% from 454); Blue value is 92 (36.33% from 255 or 20.26% from 454); Max value from RGB is 214 - color contains mainly: green. Hex color #94D65C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D65C is #6B29A3. Grayscale: #B4B4B4. Windows color (decimal): -7023012 or 6084244. OLE color: 6084244.

HSL color Cylindrical-coordinate representation of color #94D65C: hue angle of 92.46º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #94D65C is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 148 214 92 -
CMYK 0.31 0 0.57 0.16
HSL 92.46º 0.6% 0.6% -
HSV(B) 92.46º 0.57% 0.84% -
XYZ 38.19 55.16 18.76 -
YUV 180.36 78.13 104.92 -
System Red Green Blue C M Y K H S L
Decimal 148 214 92 0.31 0 0.57 0.16 92.46 0.6 0.6
Hex 94 D6 5C 1F 0 39 10 5C 3C 3C
Octal 224 326 134 37 0 71 20 134 74 74
Binary 10010100 11010110 1011100 11111 0 111001 10000 1011100 111100 111100

Color Harmonies of #94D65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D65C

Black with #94D65C

Text Example


Text Example

White with #94D65C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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