Html Css Color HEX #71D546 Mantis

📋 copy color: '#71D546'

red 113 ◦ green 213 ◦ blue 70

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

Shades of Mantis #71D546

Tints of Mantis #71D546

RGB

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

 GREEN value IS 213 (83.59% from 255) = 53.79%

 BLUE value IS 70 (27.73% from 255) = 17.68%

R = 28.54%
G = 53.79%
B = 17.68%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#71D546 (or 0x71D546) is known color: Mantis. HEX triplet: 71, D5 and 46. RGB value is (113,213,70). Sum of RGB (Red+Green+Blue) = 113+213+70=396 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.54% from 396); Green value is 213 (83.59% from 255 or 53.79% from 396); Blue value is 70 (27.73% from 255 or 17.68% from 396); Max value from RGB is 213 - color contains mainly: green. Hex color #71D546 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71D546 is #8E2AB9. Grayscale: #A7A7A7. Windows color (decimal): -9317050 or 4642161. OLE color: 4642161.

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

Color convert

RGB 113 213 70 -
CMYK 0.47 0 0.67 0.16
HSL 101.96º 0.63% 0.55% -
HSV(B) 101.96º 0.67% 0.84% -
XYZ 31.71 51.54 14.07 -
YUV 166.8 73.37 89.63 -
System Red Green Blue C M Y K H S L
Decimal 113 213 70 0.47 0 0.67 0.16 101.96 0.63 0.55
Hex 71 D5 46 2F 0 43 10 66 3F 37
Octal 161 325 106 57 0 103 20 146 77 67
Binary 1110001 11010101 1000110 101111 0 1000011 10000 1100110 111111 110111

Color Harmonies of #71D546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D546

Black with #71D546

Text Example


Text Example

White with #71D546

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,213,70); }

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

background-color css

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

 a { background-color: rgb(113,213,70); }

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

border-color css

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

 span { border-color: rgb(113,213,70); }

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