Html Css Color HEX #94CC5D Mantis

📋 copy color: '#94CC5D'

red 148 ◦ green 204 ◦ blue 93

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

Shades of Mantis #94CC5D

Tints of Mantis #94CC5D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.84%

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

R = 33.26%
G = 45.84%
B = 20.9%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#94CC5D (or 0x94CC5D) is known color: Mantis. HEX triplet: 94, CC and 5D. RGB value is (148,204,93). Sum of RGB (Red+Green+Blue) = 148+204+93=445 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.26% from 445); Green value is 204 (80.08% from 255 or 45.84% from 445); Blue value is 93 (36.72% from 255 or 20.90% from 445); Max value from RGB is 204 - color contains mainly: green. Hex color #94CC5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94CC5D is #6B33A2. Grayscale: #AEAEAE. Windows color (decimal): -7025571 or 6147220. OLE color: 6147220.

HSL color Cylindrical-coordinate representation of color #94CC5D: hue angle of 90.27º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #94CC5D is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB 148 204 93 -
CMYK 0.27 0 0.54 0.2
HSL 90.27º 0.52% 0.58% -
HSV(B) 90.27º 0.54% 0.8% -
XYZ 35.78 50.27 18.17 -
YUV 174.6 81.95 109.03 -
System Red Green Blue C M Y K H S L
Decimal 148 204 93 0.27 0 0.54 0.2 90.27 0.52 0.58
Hex 94 CC 5D 1B 0 36 14 5A 34 3A
Octal 224 314 135 33 0 66 24 132 64 72
Binary 10010100 11001100 1011101 11011 0 110110 10100 1011010 110100 111010

Color Harmonies of #94CC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CC5D

Black with #94CC5D

Text Example


Text Example

White with #94CC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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