Html Css Color HEX #71D750 Mantis

📋 copy color: '#71D750'

red 113 ◦ green 215 ◦ blue 80

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

Shades of Mantis #71D750

Tints of Mantis #71D750

RGB

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

 GREEN value IS 215 (84.38% from 255) = 52.7%

 BLUE value IS 80 (31.64% from 255) = 19.61%

R = 27.7%
G = 52.7%
B = 19.61%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#71D750 (or 0x71D750) is known color: Mantis. HEX triplet: 71, D7 and 50. RGB value is (113,215,80). Sum of RGB (Red+Green+Blue) = 113+215+80=408 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.70% from 408); Green value is 215 (84.38% from 255 or 52.70% from 408); Blue value is 80 (31.64% from 255 or 19.61% from 408); Max value from RGB is 215 - color contains mainly: green. Hex color #71D750 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71D750 is #8E28AF. Grayscale: #A9A9A9. Windows color (decimal): -9316528 or 5298033. OLE color: 5298033.

HSL color Cylindrical-coordinate representation of color #71D750: hue angle of 105.33º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #71D750 is Cyan = 0.47, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 113 215 80 -
CMYK 0.47 0 0.63 0.16
HSL 105.33º 0.63% 0.58% -
HSV(B) 105.33º 0.63% 0.84% -
XYZ 32.56 52.69 16.04 -
YUV 169.11 77.71 87.98 -
System Red Green Blue C M Y K H S L
Decimal 113 215 80 0.47 0 0.63 0.16 105.33 0.63 0.58
Hex 71 D7 50 2F 0 3F 10 69 3F 3A
Octal 161 327 120 57 0 77 20 151 77 72
Binary 1110001 11010111 1010000 101111 0 111111 10000 1101001 111111 111010

Color Harmonies of #71D750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D750

Black with #71D750

Text Example


Text Example

White with #71D750

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,215,80); }

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

background-color css

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

 a { background-color: rgb(113,215,80); }

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

border-color css

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

 span { border-color: rgb(113,215,80); }

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