Html Css Color HEX #94E15F Mantis

📋 copy color: '#94E15F'

red 148 ◦ green 225 ◦ blue 95

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

Shades of Mantis #94E15F

Tints of Mantis #94E15F

RGB

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

 GREEN value IS 225 (88.28% from 255) = 48.08%

 BLUE value IS 95 (37.5% from 255) = 20.3%

R = 31.62%
G = 48.08%
B = 20.3%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#94E15F (or 0x94E15F) is known color: Mantis. HEX triplet: 94, E1 and 5F. RGB value is (148,225,95). Sum of RGB (Red+Green+Blue) = 148+225+95=468 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.62% from 468); Green value is 225 (88.28% from 255 or 48.08% from 468); Blue value is 95 (37.5% from 255 or 20.30% from 468); Max value from RGB is 225 - color contains mainly: green. Hex color #94E15F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94E15F is #6B1EA0. Grayscale: #BBBBBB. Windows color (decimal): -7020193 or 6283668. OLE color: 6283668.

HSL color Cylindrical-coordinate representation of color #94E15F: hue angle of 95.54º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #94E15F is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 148 225 95 -
CMYK 0.34 0 0.58 0.12
HSL 95.54º 0.68% 0.63% -
HSV(B) 95.54º 0.58% 0.88% -
XYZ 41.2 60.97 20.42 -
YUV 187.16 75.99 100.07 -
System Red Green Blue C M Y K H S L
Decimal 148 225 95 0.34 0 0.58 0.12 95.54 0.68 0.63
Hex 94 E1 5F 22 0 3A C 60 44 3F
Octal 224 341 137 42 0 72 14 140 104 77
Binary 10010100 11100001 1011111 100010 0 111010 1100 1100000 1000100 111111

Color Harmonies of #94E15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E15F

Black with #94E15F

Text Example


Text Example

White with #94E15F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,225,95); }

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

background-color css

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

 a { background-color: rgb(148,225,95); }

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

border-color css

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

 span { border-color: rgb(148,225,95); }

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