Html Css Color HEX #94CE5D Mantis

📋 copy color: '#94CE5D'

red 148 ◦ green 206 ◦ blue 93

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

Shades of Mantis #94CE5D

Tints of Mantis #94CE5D

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.09%

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

R = 33.11%
G = 46.09%
B = 20.81%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#94CE5D (or 0x94CE5D) is known color: Mantis. HEX triplet: 94, CE and 5D. RGB value is (148,206,93). Sum of RGB (Red+Green+Blue) = 148+206+93=447 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.11% from 447); Green value is 206 (80.86% from 255 or 46.09% from 447); Blue value is 93 (36.72% from 255 or 20.81% from 447); Max value from RGB is 206 - color contains mainly: green. Hex color #94CE5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94CE5D is #6B31A2. Grayscale: #B0B0B0. Windows color (decimal): -7025059 or 6147732. OLE color: 6147732.

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

Color convert

RGB 148 206 93 -
CMYK 0.28 0 0.55 0.19
HSL 90.8º 0.54% 0.59% -
HSV(B) 90.8º 0.55% 0.81% -
XYZ 36.26 51.23 18.33 -
YUV 175.78 81.28 108.19 -
System Red Green Blue C M Y K H S L
Decimal 148 206 93 0.28 0 0.55 0.19 90.8 0.54 0.59
Hex 94 CE 5D 1C 0 37 13 5B 36 3B
Octal 224 316 135 34 0 67 23 133 66 73
Binary 10010100 11001110 1011101 11100 0 110111 10011 1011011 110110 111011

Color Harmonies of #94CE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CE5D

Black with #94CE5D

Text Example


Text Example

White with #94CE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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