Html Css Color HEX #94DA57 Mantis

📋 copy color: '#94DA57'

red 148 ◦ green 218 ◦ blue 87

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

Shades of Mantis #94DA57

Tints of Mantis #94DA57

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.12%

 BLUE value IS 87 (34.38% from 255) = 19.21%

R = 32.67%
G = 48.12%
B = 19.21%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#94DA57 (or 0x94DA57) is known color: Mantis. HEX triplet: 94, DA and 57. RGB value is (148,218,87). Sum of RGB (Red+Green+Blue) = 148+218+87=453 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.67% from 453); Green value is 218 (85.55% from 255 or 48.12% from 453); Blue value is 87 (34.38% from 255 or 19.21% from 453); Max value from RGB is 218 - color contains mainly: green. Hex color #94DA57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94DA57 is #6B25A8. Grayscale: #B6B6B6. Windows color (decimal): -7021993 or 5757588. OLE color: 5757588.

HSL color Cylindrical-coordinate representation of color #94DA57: hue angle of 92.06º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #94DA57 is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB 148 218 87 -
CMYK 0.32 0 0.60 0.15
HSL 92.06º 0.64% 0.6% -
HSV(B) 92.06º 0.6% 0.85% -
XYZ 39 57.13 17.99 -
YUV 182.14 74.31 103.65 -
System Red Green Blue C M Y K H S L
Decimal 148 218 87 0.32 0 0.60 0.15 92.06 0.64 0.6
Hex 94 DA 57 20 0 3C F 5C 40 3C
Octal 224 332 127 40 0 74 17 134 100 74
Binary 10010100 11011010 1010111 100000 0 111100 1111 1011100 1000000 111100

Color Harmonies of #94DA57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DA57

Black with #94DA57

Text Example


Text Example

White with #94DA57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,218,87); }

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

background-color css

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

 a { background-color: rgb(148,218,87); }

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

border-color css

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

 span { border-color: rgb(148,218,87); }

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