Html Css Color HEX #94DB58 Mantis

📋 copy color: '#94DB58'

red 148 ◦ green 219 ◦ blue 88

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

Shades of Mantis #94DB58

Tints of Mantis #94DB58

RGB

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

 GREEN value IS 219 (85.94% from 255) = 48.13%

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

R = 32.53%
G = 48.13%
B = 19.34%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#94DB58 (or 0x94DB58) is known color: Mantis. HEX triplet: 94, DB and 58. RGB value is (148,219,88). Sum of RGB (Red+Green+Blue) = 148+219+88=455 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.53% from 455); Green value is 219 (85.94% from 255 or 48.13% from 455); Blue value is 88 (34.77% from 255 or 19.34% from 455); Max value from RGB is 219 - color contains mainly: green. Hex color #94DB58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94DB58 is #6B24A7. Grayscale: #B7B7B7. Windows color (decimal): -7021736 or 5823380. OLE color: 5823380.

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

Color convert

RGB 148 219 88 -
CMYK 0.32 0 0.60 0.14
HSL 92.52º 0.65% 0.6% -
HSV(B) 92.52º 0.6% 0.86% -
XYZ 39.31 57.66 18.29 -
YUV 182.84 74.48 103.15 -
System Red Green Blue C M Y K H S L
Decimal 148 219 88 0.32 0 0.60 0.14 92.52 0.65 0.6
Hex 94 DB 58 20 0 3C E 5D 41 3C
Octal 224 333 130 40 0 74 16 135 101 74
Binary 10010100 11011011 1011000 100000 0 111100 1110 1011101 1000001 111100

Color Harmonies of #94DB58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DB58

Black with #94DB58

Text Example


Text Example

White with #94DB58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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