Html Css Color HEX #94D558 Mantis

📋 copy color: '#94D558'

red 148 ◦ green 213 ◦ blue 88

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

Shades of Mantis #94D558

Tints of Mantis #94D558

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.44%

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

R = 32.96%
G = 47.44%
B = 19.6%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#94D558 (or 0x94D558) is known color: Mantis. HEX triplet: 94, D5 and 58. RGB value is (148,213,88). Sum of RGB (Red+Green+Blue) = 148+213+88=449 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.96% from 449); Green value is 213 (83.59% from 255 or 47.44% from 449); Blue value is 88 (34.77% from 255 or 19.60% from 449); Max value from RGB is 213 - color contains mainly: green. Hex color #94D558 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D558 is #6B2AA7. Grayscale: #B3B3B3. Windows color (decimal): -7023272 or 5821844. OLE color: 5821844.

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

Color convert

RGB 148 213 88 -
CMYK 0.31 0 0.59 0.16
HSL 91.2º 0.6% 0.59% -
HSV(B) 91.2º 0.59% 0.84% -
XYZ 37.77 54.59 17.78 -
YUV 179.32 76.47 105.66 -
System Red Green Blue C M Y K H S L
Decimal 148 213 88 0.31 0 0.59 0.16 91.2 0.6 0.59
Hex 94 D5 58 1F 0 3B 10 5B 3C 3B
Octal 224 325 130 37 0 73 20 133 74 73
Binary 10010100 11010101 1011000 11111 0 111011 10000 1011011 111100 111011

Color Harmonies of #94D558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D558

Black with #94D558

Text Example


Text Example

White with #94D558

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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