Html Css Color HEX #71D840 Mantis

📋 copy color: '#71D840'

red 113 ◦ green 216 ◦ blue 64

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

Shades of Mantis #71D840

Tints of Mantis #71D840

RGB

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

 GREEN value IS 216 (84.77% from 255) = 54.96%

 BLUE value IS 64 (25.39% from 255) = 16.28%

R = 28.75%
G = 54.96%
B = 16.28%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#71D840 (or 0x71D840) is known color: Mantis. HEX triplet: 71, D8 and 40. RGB value is (113,216,64). Sum of RGB (Red+Green+Blue) = 113+216+64=393 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.75% from 393); Green value is 216 (84.77% from 255 or 54.96% from 393); Blue value is 64 (25.39% from 255 or 16.28% from 393); Max value from RGB is 216 - color contains mainly: green. Hex color #71D840 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71D840 is #8E27BF. Grayscale: #A8A8A8. Windows color (decimal): -9316288 or 4249713. OLE color: 4249713.

HSL color Cylindrical-coordinate representation of color #71D840: hue angle of 100.66º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #71D840 is Cyan = 0.48, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 113 216 64 -
CMYK 0.48 0 0.70 0.15
HSL 100.66º 0.66% 0.55% -
HSV(B) 100.66º 0.7% 0.85% -
XYZ 32.29 52.99 13.38 -
YUV 167.88 69.38 88.86 -
System Red Green Blue C M Y K H S L
Decimal 113 216 64 0.48 0 0.70 0.15 100.66 0.66 0.55
Hex 71 D8 40 30 0 46 F 65 42 37
Octal 161 330 100 60 0 106 17 145 102 67
Binary 1110001 11011000 1000000 110000 0 1000110 1111 1100101 1000010 110111

Color Harmonies of #71D840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D840

Black with #71D840

Text Example


Text Example

White with #71D840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,216,64); }

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

background-color css

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

 a { background-color: rgb(113,216,64); }

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

border-color css

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

 span { border-color: rgb(113,216,64); }

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