Html Css Color HEX #71DF52 Mantis

📋 copy color: '#71DF52'

red 113 ◦ green 223 ◦ blue 82

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

Shades of Mantis #71DF52

Tints of Mantis #71DF52

RGB

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

 GREEN value IS 223 (87.5% from 255) = 53.35%

 BLUE value IS 82 (32.42% from 255) = 19.62%

R = 27.03%
G = 53.35%
B = 19.62%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#71DF52 (or 0x71DF52) is known color: Mantis. HEX triplet: 71, DF and 52. RGB value is (113,223,82). Sum of RGB (Red+Green+Blue) = 113+223+82=418 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.03% from 418); Green value is 223 (87.5% from 255 or 53.35% from 418); Blue value is 82 (32.42% from 255 or 19.62% from 418); Max value from RGB is 223 - color contains mainly: green. Hex color #71DF52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71DF52 is #8E20AD. Grayscale: #AEAEAE. Windows color (decimal): -9314478 or 5431153. OLE color: 5431153.

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

Color convert

RGB 113 223 82 -
CMYK 0.49 0 0.63 0.13
HSL 106.81º 0.69% 0.6% -
HSV(B) 106.81º 0.63% 0.87% -
XYZ 34.72 56.9 17.13 -
YUV 174.04 76.06 84.46 -
System Red Green Blue C M Y K H S L
Decimal 113 223 82 0.49 0 0.63 0.13 106.81 0.69 0.6
Hex 71 DF 52 31 0 3F D 6B 45 3C
Octal 161 337 122 61 0 77 15 153 105 74
Binary 1110001 11011111 1010010 110001 0 111111 1101 1101011 1000101 111100

Color Harmonies of #71DF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DF52

Black with #71DF52

Text Example


Text Example

White with #71DF52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,223,82); }

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

background-color css

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

 a { background-color: rgb(113,223,82); }

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

border-color css

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

 span { border-color: rgb(113,223,82); }

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