Html Css Color HEX #94D35D Mantis

📋 copy color: '#94D35D'

red 148 ◦ green 211 ◦ blue 93

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

Shades of Mantis #94D35D

Tints of Mantis #94D35D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 46.68%

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

R = 32.74%
G = 46.68%
B = 20.58%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#94D35D (or 0x94D35D) is known color: Mantis. HEX triplet: 94, D3 and 5D. RGB value is (148,211,93). Sum of RGB (Red+Green+Blue) = 148+211+93=452 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.74% from 452); Green value is 211 (82.81% from 255 or 46.68% from 452); Blue value is 93 (36.72% from 255 or 20.58% from 452); Max value from RGB is 211 - color contains mainly: green. Hex color #94D35D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D35D is #6B2CA2. Grayscale: #B3B3B3. Windows color (decimal): -7023779 or 6149012. OLE color: 6149012.

HSL color Cylindrical-coordinate representation of color #94D35D: hue angle of 92.03º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #94D35D is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB 148 211 93 -
CMYK 0.30 0 0.56 0.17
HSL 92.03º 0.57% 0.6% -
HSV(B) 92.03º 0.56% 0.83% -
XYZ 37.48 53.67 18.74 -
YUV 178.71 79.63 106.09 -
System Red Green Blue C M Y K H S L
Decimal 148 211 93 0.30 0 0.56 0.17 92.03 0.57 0.6
Hex 94 D3 5D 1E 0 38 11 5C 39 3C
Octal 224 323 135 36 0 70 21 134 71 74
Binary 10010100 11010011 1011101 11110 0 111000 10001 1011100 111001 111100

Color Harmonies of #94D35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D35D

Black with #94D35D

Text Example


Text Example

White with #94D35D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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