Html Css Color HEX #71D144 Mantis

📋 copy color: '#71D144'

red 113 ◦ green 209 ◦ blue 68

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

Shades of Mantis #71D144

Tints of Mantis #71D144

RGB

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

 GREEN value IS 209 (82.03% from 255) = 53.59%

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

R = 28.97%
G = 53.59%
B = 17.44%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#71D144 (or 0x71D144) is known color: Mantis. HEX triplet: 71, D1 and 44. RGB value is (113,209,68). Sum of RGB (Red+Green+Blue) = 113+209+68=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 209 (82.03% from 255 or 53.59% from 390); Blue value is 68 (26.95% from 255 or 17.44% from 390); Max value from RGB is 209 - color contains mainly: green. Hex color #71D144 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71D144 is #8E2EBB. Grayscale: #A4A4A4. Windows color (decimal): -9318076 or 4510065. OLE color: 4510065.

HSL color Cylindrical-coordinate representation of color #71D144: hue angle of 100.85º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #71D144 is Cyan = 0.46, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 113 209 68 -
CMYK 0.46 0 0.67 0.18
HSL 100.85º 0.61% 0.54% -
HSV(B) 100.85º 0.67% 0.82% -
XYZ 30.65 49.53 13.41 -
YUV 164.22 73.7 91.46 -
System Red Green Blue C M Y K H S L
Decimal 113 209 68 0.46 0 0.67 0.18 100.85 0.61 0.54
Hex 71 D1 44 2E 0 43 12 65 3D 36
Octal 161 321 104 56 0 103 22 145 75 66
Binary 1110001 11010001 1000100 101110 0 1000011 10010 1100101 111101 110110

Color Harmonies of #71D144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D144

Black with #71D144

Text Example


Text Example

White with #71D144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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