Html Css Color HEX #94D05F Mantis

📋 copy color: '#94D05F'

red 148 ◦ green 208 ◦ blue 95

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

Shades of Mantis #94D05F

Tints of Mantis #94D05F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.12%

 BLUE value IS 95 (37.5% from 255) = 21.06%

R = 32.82%
G = 46.12%
B = 21.06%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#94D05F (or 0x94D05F) is known color: Mantis. HEX triplet: 94, D0 and 5F. RGB value is (148,208,95). Sum of RGB (Red+Green+Blue) = 148+208+95=451 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.82% from 451); Green value is 208 (81.64% from 255 or 46.12% from 451); Blue value is 95 (37.5% from 255 or 21.06% from 451); Max value from RGB is 208 - color contains mainly: green. Hex color #94D05F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D05F is #6B2FA0. Grayscale: #B1B1B1. Windows color (decimal): -7024545 or 6279316. OLE color: 6279316.

HSL color Cylindrical-coordinate representation of color #94D05F: hue angle of 91.86º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #94D05F is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 148 208 95 -
CMYK 0.29 0 0.54 0.18
HSL 91.86º 0.55% 0.59% -
HSV(B) 91.86º 0.54% 0.82% -
XYZ 36.83 52.23 18.97 -
YUV 177.18 81.62 107.19 -
System Red Green Blue C M Y K H S L
Decimal 148 208 95 0.29 0 0.54 0.18 91.86 0.55 0.59
Hex 94 D0 5F 1D 0 36 12 5C 37 3B
Octal 224 320 137 35 0 66 22 134 67 73
Binary 10010100 11010000 1011111 11101 0 110110 10010 1011100 110111 111011

Color Harmonies of #94D05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D05F

Black with #94D05F

Text Example


Text Example

White with #94D05F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,208,95); }

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

background-color css

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

 a { background-color: rgb(148,208,95); }

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

border-color css

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

 span { border-color: rgb(148,208,95); }

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