Html Css Color HEX #74CE49 Mantis

📋 copy color: '#74CE49'

red 116 ◦ green 206 ◦ blue 73

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

Shades of Mantis #74CE49

Tints of Mantis #74CE49

RGB

 RED value IS 116 (45.7% from 255) = 29.37%

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

 BLUE value IS 73 (28.91% from 255) = 18.48%

R = 29.37%
G = 52.15%
B = 18.48%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#74CE49 (or 0x74CE49) is known color: Mantis. HEX triplet: 74, CE and 49. RGB value is (116,206,73). Sum of RGB (Red+Green+Blue) = 116+206+73=395 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.37% from 395); Green value is 206 (80.86% from 255 or 52.15% from 395); Blue value is 73 (28.91% from 255 or 18.48% from 395); Max value from RGB is 206 - color contains mainly: green. Hex color #74CE49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74CE49 is #8B31B6. Grayscale: #A4A4A4. Windows color (decimal): -9122231 or 4836980. OLE color: 4836980.

HSL color Cylindrical-coordinate representation of color #74CE49: hue angle of 100.6º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #74CE49 is Cyan = 0.44, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 206 73 -
CMYK 0.44 0 0.65 0.19
HSL 100.6º 0.58% 0.55% -
HSV(B) 100.6º 0.65% 0.81% -
XYZ 30.48 48.34 14.03 -
YUV 163.93 76.68 93.81 -
System Red Green Blue C M Y K H S L
Decimal 116 206 73 0.44 0 0.65 0.19 100.6 0.58 0.55
Hex 74 CE 49 2C 0 41 13 65 3A 37
Octal 164 316 111 54 0 101 23 145 72 67
Binary 1110100 11001110 1001001 101100 0 1000001 10011 1100101 111010 110111

Color Harmonies of #74CE49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CE49

Black with #74CE49

Text Example


Text Example

White with #74CE49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74CE49; }

 p { color: rgb(116,206,73); }

 H1.HeaderClassName
 {
   color: #74CE49;
 }
 .AnyTagClassName
 {
   color: #74CE49;
 }
</style>

background-color css

<style>
 a { background-color: #74CE49; }

 a { background-color: rgb(116,206,73); }

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

border-color css

<style>
 span { border-color: #74CE49; }

 span { border-color: rgb(116,206,73); }

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