Html Css Color HEX #71DA40 Mantis

📋 copy color: '#71DA40'

red 113 ◦ green 218 ◦ blue 64

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

Shades of Mantis #71DA40

Tints of Mantis #71DA40

RGB

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

 GREEN value IS 218 (85.55% from 255) = 55.19%

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

R = 28.61%
G = 55.19%
B = 16.2%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#71DA40 (or 0x71DA40) is known color: Mantis. HEX triplet: 71, DA and 40. RGB value is (113,218,64). Sum of RGB (Red+Green+Blue) = 113+218+64=395 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.61% from 395); Green value is 218 (85.55% from 255 or 55.19% from 395); Blue value is 64 (25.39% from 255 or 16.20% from 395); Max value from RGB is 218 - color contains mainly: green. Hex color #71DA40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71DA40 is #8E25BF. Grayscale: #A9A9A9. Windows color (decimal): -9315776 or 4250225. OLE color: 4250225.

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

Color convert

RGB 113 218 64 -
CMYK 0.48 0 0.71 0.15
HSL 100.91º 0.68% 0.55% -
HSV(B) 100.91º 0.71% 0.85% -
XYZ 32.81 54.02 13.55 -
YUV 169.05 68.71 88.02 -
System Red Green Blue C M Y K H S L
Decimal 113 218 64 0.48 0 0.71 0.15 100.91 0.68 0.55
Hex 71 DA 40 30 0 47 F 65 44 37
Octal 161 332 100 60 0 107 17 145 104 67
Binary 1110001 11011010 1000000 110000 0 1000111 1111 1100101 1000100 110111

Color Harmonies of #71DA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DA40

Black with #71DA40

Text Example


Text Example

White with #71DA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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