Html Css Color HEX #71E144 Mantis

📋 copy color: '#71E144'

red 113 ◦ green 225 ◦ blue 68

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

Shades of Mantis #71E144

Tints of Mantis #71E144

RGB

 RED value IS 113 (44.53% from 255) = 27.83%

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

 BLUE value IS 68 (26.95% from 255) = 16.75%

R = 27.83%
G = 55.42%
B = 16.75%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#71E144 (or 0x71E144) is known color: Mantis. HEX triplet: 71, E1 and 44. RGB value is (113,225,68). Sum of RGB (Red+Green+Blue) = 113+225+68=406 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.83% from 406); Green value is 225 (88.28% from 255 or 55.42% from 406); Blue value is 68 (26.95% from 255 or 16.75% from 406); Max value from RGB is 225 - color contains mainly: green. Hex color #71E144 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71E144 is #8E1EBB. Grayscale: #AEAEAE. Windows color (decimal): -9313980 or 4514161. OLE color: 4514161.

HSL color Cylindrical-coordinate representation of color #71E144: hue angle of 102.8º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #71E144 is Cyan = 0.50, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB 113 225 68 -
CMYK 0.50 0 0.70 0.12
HSL 102.8º 0.72% 0.57% -
HSV(B) 102.8º 0.7% 0.88% -
XYZ 34.78 57.78 14.79 -
YUV 173.61 68.39 84.77 -
System Red Green Blue C M Y K H S L
Decimal 113 225 68 0.50 0 0.70 0.12 102.8 0.72 0.57
Hex 71 E1 44 32 0 46 C 67 48 39
Octal 161 341 104 62 0 106 14 147 110 71
Binary 1110001 11100001 1000100 110010 0 1000110 1100 1100111 1001000 111001

Color Harmonies of #71E144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71E144

Black with #71E144

Text Example


Text Example

White with #71E144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71E144; }

 p { color: rgb(113,225,68); }

 H1.HeaderClassName
 {
   color: #71E144;
 }
 .AnyTagClassName
 {
   color: #71E144;
 }
</style>

background-color css

<style>
 a { background-color: #71E144; }

 a { background-color: rgb(113,225,68); }

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

border-color css

<style>
 span { border-color: #71E144; }

 span { border-color: rgb(113,225,68); }

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