Html Css Color HEX #94DA60 Mantis

📋 copy color: '#94DA60'

red 148 ◦ green 218 ◦ blue 96

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

Shades of Mantis #94DA60

Tints of Mantis #94DA60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.78%

R = 32.03%
G = 47.19%
B = 20.78%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#94DA60 (or 0x94DA60) is known color: Mantis. HEX triplet: 94, DA and 60. RGB value is (148,218,96). Sum of RGB (Red+Green+Blue) = 148+218+96=462 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.03% from 462); Green value is 218 (85.55% from 255 or 47.19% from 462); Blue value is 96 (37.89% from 255 or 20.78% from 462); Max value from RGB is 218 - color contains mainly: green. Hex color #94DA60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94DA60 is #6B259F. Grayscale: #B7B7B7. Windows color (decimal): -7021984 or 6347412. OLE color: 6347412.

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

Color convert

RGB 148 218 96 -
CMYK 0.32 0 0.56 0.15
HSL 94.43º 0.62% 0.62% -
HSV(B) 94.43º 0.56% 0.85% -
XYZ 39.4 57.28 20.05 -
YUV 183.16 78.81 102.92 -
System Red Green Blue C M Y K H S L
Decimal 148 218 96 0.32 0 0.56 0.15 94.43 0.62 0.62
Hex 94 DA 60 20 0 38 F 5E 3E 3E
Octal 224 332 140 40 0 70 17 136 76 76
Binary 10010100 11011010 1100000 100000 0 111000 1111 1011110 111110 111110

Color Harmonies of #94DA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DA60

Black with #94DA60

Text Example


Text Example

White with #94DA60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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