Html Css Color HEX #94DA62 Mantis

📋 copy color: '#94DA62'

red 148 ◦ green 218 ◦ blue 98

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

Shades of Mantis #94DA62

Tints of Mantis #94DA62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.12%

R = 31.9%
G = 46.98%
B = 21.12%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#94DA62 (or 0x94DA62) is known color: Mantis. HEX triplet: 94, DA and 62. RGB value is (148,218,98). Sum of RGB (Red+Green+Blue) = 148+218+98=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 218 (85.55% from 255 or 46.98% from 464); Blue value is 98 (38.67% from 255 or 21.12% from 464); Max value from RGB is 218 - color contains mainly: green. Hex color #94DA62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94DA62 is #6B259D. Grayscale: #B7B7B7. Windows color (decimal): -7021982 or 6478484. OLE color: 6478484.

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

Color convert

RGB 148 218 98 -
CMYK 0.32 0 0.55 0.15
HSL 95º 0.62% 0.62% -
HSV(B) 95º 0.55% 0.85% -
XYZ 39.49 57.32 20.54 -
YUV 183.39 79.81 102.76 -
System Red Green Blue C M Y K H S L
Decimal 148 218 98 0.32 0 0.55 0.15 95 0.62 0.62
Hex 94 DA 62 20 0 37 F 5F 3E 3E
Octal 224 332 142 40 0 67 17 137 76 76
Binary 10010100 11011010 1100010 100000 0 110111 1111 1011111 111110 111110

Color Harmonies of #94DA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DA62

Black with #94DA62

Text Example


Text Example

White with #94DA62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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