Html Css Color HEX #94DB5C Mantis

📋 copy color: '#94DB5C'

red 148 ◦ green 219 ◦ blue 92

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

Shades of Mantis #94DB5C

Tints of Mantis #94DB5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.04%

R = 32.24%
G = 47.71%
B = 20.04%

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

#94DB5C (or 0x94DB5C) is known color: Mantis. HEX triplet: 94, DB and 5C. RGB value is (148,219,92). Sum of RGB (Red+Green+Blue) = 148+219+92=459 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.24% from 459); Green value is 219 (85.94% from 255 or 47.71% from 459); Blue value is 92 (36.33% from 255 or 20.04% from 459); Max value from RGB is 219 - color contains mainly: green. Hex color #94DB5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94DB5C is #6B24A3. Grayscale: #B7B7B7. Windows color (decimal): -7021732 or 6085524. OLE color: 6085524.

HSL color Cylindrical-coordinate representation of color #94DB5C: hue angle of 93.54º 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 #94DB5C is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 219 92 -
CMYK 0.32 0 0.58 0.14
HSL 93.54º 0.64% 0.61% -
HSV(B) 93.54º 0.58% 0.86% -
XYZ 39.48 57.73 19.19 -
YUV 183.29 76.48 102.83 -
System Red Green Blue C M Y K H S L
Decimal 148 219 92 0.32 0 0.58 0.14 93.54 0.64 0.61
Hex 94 DB 5C 20 0 3A E 5E 40 3D
Octal 224 333 134 40 0 72 16 136 100 75
Binary 10010100 11011011 1011100 100000 0 111010 1110 1011110 1000000 111101

Color Harmonies of #94DB5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DB5C

Black with #94DB5C

Text Example


Text Example

White with #94DB5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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