Html Css Color HEX #94D65B Mantis

📋 copy color: '#94D65B'

red 148 ◦ green 214 ◦ blue 91

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

Shades of Mantis #94D65B

Tints of Mantis #94D65B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.09%

R = 32.67%
G = 47.24%
B = 20.09%

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

#94D65B (or 0x94D65B) is known color: Mantis. HEX triplet: 94, D6 and 5B. RGB value is (148,214,91). Sum of RGB (Red+Green+Blue) = 148+214+91=453 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.67% from 453); Green value is 214 (83.98% from 255 or 47.24% from 453); Blue value is 91 (35.94% from 255 or 20.09% from 453); Max value from RGB is 214 - color contains mainly: green. Hex color #94D65B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D65B is #6B29A4. Grayscale: #B4B4B4. Windows color (decimal): -7023013 or 6018708. OLE color: 6018708.

HSL color Cylindrical-coordinate representation of color #94D65B: hue angle of 92.2º 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 #94D65B is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 148 214 91 -
CMYK 0.31 0 0.57 0.16
HSL 92.2º 0.6% 0.6% -
HSV(B) 92.2º 0.57% 0.84% -
XYZ 38.15 55.14 18.53 -
YUV 180.24 77.63 105 -
System Red Green Blue C M Y K H S L
Decimal 148 214 91 0.31 0 0.57 0.16 92.2 0.6 0.6
Hex 94 D6 5B 1F 0 39 10 5C 3C 3C
Octal 224 326 133 37 0 71 20 134 74 74
Binary 10010100 11010110 1011011 11111 0 111001 10000 1011100 111100 111100

Color Harmonies of #94D65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D65B

Black with #94D65B

Text Example


Text Example

White with #94D65B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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