Html Css Color HEX #94D858 Mantis

📋 copy color: '#94D858'

red 148 ◦ green 216 ◦ blue 88

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

Shades of Mantis #94D858

Tints of Mantis #94D858

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.79%

 BLUE value IS 88 (34.77% from 255) = 19.47%

R = 32.74%
G = 47.79%
B = 19.47%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#94D858 (or 0x94D858) is known color: Mantis. HEX triplet: 94, D8 and 58. RGB value is (148,216,88). Sum of RGB (Red+Green+Blue) = 148+216+88=452 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.74% from 452); Green value is 216 (84.77% from 255 or 47.79% from 452); Blue value is 88 (34.77% from 255 or 19.47% from 452); Max value from RGB is 216 - color contains mainly: green. Hex color #94D858 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D858 is #6B27A7. Grayscale: #B5B5B5. Windows color (decimal): -7022504 or 5822612. OLE color: 5822612.

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

Color convert

RGB 148 216 88 -
CMYK 0.31 0 0.59 0.15
HSL 91.88º 0.62% 0.6% -
HSV(B) 91.88º 0.59% 0.85% -
XYZ 38.53 56.11 18.03 -
YUV 181.08 75.47 104.41 -
System Red Green Blue C M Y K H S L
Decimal 148 216 88 0.31 0 0.59 0.15 91.88 0.62 0.6
Hex 94 D8 58 1F 0 3B F 5C 3E 3C
Octal 224 330 130 37 0 73 17 134 76 74
Binary 10010100 11011000 1011000 11111 0 111011 1111 1011100 111110 111100

Color Harmonies of #94D858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D858

Black with #94D858

Text Example


Text Example

White with #94D858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,216,88); }

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

background-color css

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

 a { background-color: rgb(148,216,88); }

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

border-color css

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

 span { border-color: rgb(148,216,88); }

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