Html Css Color HEX #94CB5D Mantis

📋 copy color: '#94CB5D'

red 148 ◦ green 203 ◦ blue 93

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

Shades of Mantis #94CB5D

Tints of Mantis #94CB5D

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.72%

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

R = 33.33%
G = 45.72%
B = 20.95%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#94CB5D (or 0x94CB5D) is known color: Mantis. HEX triplet: 94, CB and 5D. RGB value is (148,203,93). Sum of RGB (Red+Green+Blue) = 148+203+93=444 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.33% from 444); Green value is 203 (79.69% from 255 or 45.72% from 444); Blue value is 93 (36.72% from 255 or 20.95% from 444); Max value from RGB is 203 - color contains mainly: green. Hex color #94CB5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94CB5D is #6B34A2. Grayscale: #AEAEAE. Windows color (decimal): -7025827 or 6146964. OLE color: 6146964.

HSL color Cylindrical-coordinate representation of color #94CB5D: hue angle of 90º degrees, saturation: 0.51, 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 #94CB5D is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB 148 203 93 -
CMYK 0.27 0 0.54 0.20
HSL 90º 0.51% 0.58% -
HSV(B) 90º 0.54% 0.8% -
XYZ 35.54 49.8 18.09 -
YUV 174.02 82.28 109.44 -
System Red Green Blue C M Y K H S L
Decimal 148 203 93 0.27 0 0.54 0.20 90 0.51 0.58
Hex 94 CB 5D 1B 0 36 14 5A 33 3A
Octal 224 313 135 33 0 66 24 132 63 72
Binary 10010100 11001011 1011101 11011 0 110110 10100 1011010 110011 111010

Color Harmonies of #94CB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CB5D

Black with #94CB5D

Text Example


Text Example

White with #94CB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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