Html Css Color HEX #71DE50 Mantis

📋 copy color: '#71DE50'

red 113 ◦ green 222 ◦ blue 80

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

Shades of Mantis #71DE50

Tints of Mantis #71DE50

RGB

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

 GREEN value IS 222 (87.11% from 255) = 53.49%

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

R = 27.23%
G = 53.49%
B = 19.28%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#71DE50 (or 0x71DE50) is known color: Mantis. HEX triplet: 71, DE and 50. RGB value is (113,222,80). Sum of RGB (Red+Green+Blue) = 113+222+80=415 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.23% from 415); Green value is 222 (87.11% from 255 or 53.49% from 415); Blue value is 80 (31.64% from 255 or 19.28% from 415); Max value from RGB is 222 - color contains mainly: green. Hex color #71DE50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71DE50 is #8E21AF. Grayscale: #ADADAD. Windows color (decimal): -9314736 or 5299825. OLE color: 5299825.

HSL color Cylindrical-coordinate representation of color #71DE50: hue angle of 106.06º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #71DE50 is Cyan = 0.49, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 222 80 -
CMYK 0.49 0 0.64 0.13
HSL 106.06º 0.68% 0.59% -
HSV(B) 106.06º 0.64% 0.87% -
XYZ 34.38 56.33 16.65 -
YUV 173.22 75.39 85.05 -
System Red Green Blue C M Y K H S L
Decimal 113 222 80 0.49 0 0.64 0.13 106.06 0.68 0.59
Hex 71 DE 50 31 0 40 D 6A 44 3B
Octal 161 336 120 61 0 100 15 152 104 73
Binary 1110001 11011110 1010000 110001 0 1000000 1101 1101010 1000100 111011

Color Harmonies of #71DE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DE50

Black with #71DE50

Text Example


Text Example

White with #71DE50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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