Html Css Color HEX #71E148 Mantis

📋 copy color: '#71E148'

red 113 ◦ green 225 ◦ blue 72

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

Shades of Mantis #71E148

Tints of Mantis #71E148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.56%

R = 27.56%
G = 54.88%
B = 17.56%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#71E148 (or 0x71E148) is known color: Mantis. HEX triplet: 71, E1 and 48. RGB value is (113,225,72). Sum of RGB (Red+Green+Blue) = 113+225+72=410 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.56% from 410); Green value is 225 (88.28% from 255 or 54.88% from 410); Blue value is 72 (28.52% from 255 or 17.56% from 410); Max value from RGB is 225 - color contains mainly: green. Hex color #71E148 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71E148 is #8E1EB7. Grayscale: #AEAEAE. Windows color (decimal): -9313976 or 4776305. OLE color: 4776305.

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

Color convert

RGB 113 225 72 -
CMYK 0.50 0 0.68 0.12
HSL 103.92º 0.72% 0.58% -
HSV(B) 103.92º 0.68% 0.88% -
XYZ 34.9 57.83 15.45 -
YUV 174.07 70.39 84.44 -
System Red Green Blue C M Y K H S L
Decimal 113 225 72 0.50 0 0.68 0.12 103.92 0.72 0.58
Hex 71 E1 48 32 0 44 C 68 48 3A
Octal 161 341 110 62 0 104 14 150 110 72
Binary 1110001 11100001 1001000 110010 0 1000100 1100 1101000 1001000 111010

Color Harmonies of #71E148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71E148

Black with #71E148

Text Example


Text Example

White with #71E148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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