Html Css Color HEX #94DB5D Mantis

📋 copy color: '#94DB5D'

red 148 ◦ green 219 ◦ blue 93

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

Shades of Mantis #94DB5D

Tints of Mantis #94DB5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.22%

R = 32.17%
G = 47.61%
B = 20.22%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#94DB5D (or 0x94DB5D) is known color: Mantis. HEX triplet: 94, DB and 5D. RGB value is (148,219,93). Sum of RGB (Red+Green+Blue) = 148+219+93=460 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.17% from 460); Green value is 219 (85.94% from 255 or 47.61% from 460); Blue value is 93 (36.72% from 255 or 20.22% from 460); Max value from RGB is 219 - color contains mainly: green. Hex color #94DB5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94DB5D is #6B24A2. Grayscale: #B7B7B7. Windows color (decimal): -7021731 or 6151060. OLE color: 6151060.

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

Color convert

RGB 148 219 93 -
CMYK 0.32 0 0.58 0.14
HSL 93.81º 0.64% 0.61% -
HSV(B) 93.81º 0.58% 0.86% -
XYZ 39.52 57.75 19.42 -
YUV 183.41 76.98 102.75 -
System Red Green Blue C M Y K H S L
Decimal 148 219 93 0.32 0 0.58 0.14 93.81 0.64 0.61
Hex 94 DB 5D 20 0 3A E 5E 40 3D
Octal 224 333 135 40 0 72 16 136 100 75
Binary 10010100 11011011 1011101 100000 0 111010 1110 1011110 1000000 111101

Color Harmonies of #94DB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DB5D

Black with #94DB5D

Text Example


Text Example

White with #94DB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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