Html Css Color HEX #74E141 Mantis

📋 copy color: '#74E141'

red 116 ◦ green 225 ◦ blue 65

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

Shades of Mantis #74E141

Tints of Mantis #74E141

RGB

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

 GREEN value IS 225 (88.28% from 255) = 55.42%

 BLUE value IS 65 (25.78% from 255) = 16.01%

R = 28.57%
G = 55.42%
B = 16.01%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#74E141 (or 0x74E141) is known color: Mantis. HEX triplet: 74, E1 and 41. RGB value is (116,225,65). Sum of RGB (Red+Green+Blue) = 116+225+65=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 225 (88.28% from 255 or 55.42% from 406); Blue value is 65 (25.78% from 255 or 16.01% from 406); Max value from RGB is 225 - color contains mainly: green. Hex color #74E141 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74E141 is #8B1EBE. Grayscale: #AEAEAE. Windows color (decimal): -9117375 or 4317556. OLE color: 4317556.

HSL color Cylindrical-coordinate representation of color #74E141: hue angle of 100.88º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #74E141 is Cyan = 0.48, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 116 225 65 -
CMYK 0.48 0 0.71 0.12
HSL 100.88º 0.73% 0.57% -
HSV(B) 100.88º 0.71% 0.88% -
XYZ 35.08 57.95 14.34 -
YUV 174.17 66.39 86.51 -
System Red Green Blue C M Y K H S L
Decimal 116 225 65 0.48 0 0.71 0.12 100.88 0.73 0.57
Hex 74 E1 41 30 0 47 C 65 49 39
Octal 164 341 101 60 0 107 14 145 111 71
Binary 1110100 11100001 1000001 110000 0 1000111 1100 1100101 1001001 111001

Color Harmonies of #74E141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74E141

Black with #74E141

Text Example


Text Example

White with #74E141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,225,65); }

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

background-color css

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

 a { background-color: rgb(116,225,65); }

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

border-color css

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

 span { border-color: rgb(116,225,65); }

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