Html Css Color HEX #94DA5A Mantis

📋 copy color: '#94DA5A'

red 148 ◦ green 218 ◦ blue 90

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

Shades of Mantis #94DA5A

Tints of Mantis #94DA5A

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.81%

 BLUE value IS 90 (35.55% from 255) = 19.74%

R = 32.46%
G = 47.81%
B = 19.74%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#94DA5A (or 0x94DA5A) is known color: Mantis. HEX triplet: 94, DA and 5A. RGB value is (148,218,90). Sum of RGB (Red+Green+Blue) = 148+218+90=456 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.46% from 456); Green value is 218 (85.55% from 255 or 47.81% from 456); Blue value is 90 (35.55% from 255 or 19.74% from 456); Max value from RGB is 218 - color contains mainly: green. Hex color #94DA5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94DA5A is #6B25A5. Grayscale: #B6B6B6. Windows color (decimal): -7021990 or 5954196. OLE color: 5954196.

HSL color Cylindrical-coordinate representation of color #94DA5A: hue angle of 92.81º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #94DA5A is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB 148 218 90 -
CMYK 0.32 0 0.59 0.15
HSL 92.81º 0.63% 0.6% -
HSV(B) 92.81º 0.59% 0.85% -
XYZ 39.13 57.18 18.65 -
YUV 182.48 75.81 103.41 -
System Red Green Blue C M Y K H S L
Decimal 148 218 90 0.32 0 0.59 0.15 92.81 0.63 0.6
Hex 94 DA 5A 20 0 3B F 5D 3F 3C
Octal 224 332 132 40 0 73 17 135 77 74
Binary 10010100 11011010 1011010 100000 0 111011 1111 1011101 111111 111100

Color Harmonies of #94DA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DA5A

Black with #94DA5A

Text Example


Text Example

White with #94DA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,218,90); }

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

background-color css

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

 a { background-color: rgb(148,218,90); }

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

border-color css

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

 span { border-color: rgb(148,218,90); }

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