Html Css Color HEX #71CF51 Mantis

📋 copy color: '#71CF51'

red 113 ◦ green 207 ◦ blue 81

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

Shades of Mantis #71CF51

Tints of Mantis #71CF51

RGB

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

 GREEN value IS 207 (81.25% from 255) = 51.62%

 BLUE value IS 81 (32.03% from 255) = 20.2%

R = 28.18%
G = 51.62%
B = 20.2%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#71CF51 (or 0x71CF51) is known color: Mantis. HEX triplet: 71, CF and 51. RGB value is (113,207,81). Sum of RGB (Red+Green+Blue) = 113+207+81=401 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.18% from 401); Green value is 207 (81.25% from 255 or 51.62% from 401); Blue value is 81 (32.03% from 255 or 20.20% from 401); Max value from RGB is 207 - color contains mainly: green. Hex color #71CF51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71CF51 is #8E30AE. Grayscale: #A4A4A4. Windows color (decimal): -9318575 or 5361521. OLE color: 5361521.

HSL color Cylindrical-coordinate representation of color #71CF51: hue angle of 104.76º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #71CF51 is Cyan = 0.45, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 207 81 -
CMYK 0.45 0 0.61 0.19
HSL 104.76º 0.57% 0.56% -
HSV(B) 104.76º 0.61% 0.81% -
XYZ 30.61 48.73 15.58 -
YUV 164.53 80.86 91.25 -
System Red Green Blue C M Y K H S L
Decimal 113 207 81 0.45 0 0.61 0.19 104.76 0.57 0.56
Hex 71 CF 51 2D 0 3D 13 69 39 38
Octal 161 317 121 55 0 75 23 151 71 70
Binary 1110001 11001111 1010001 101101 0 111101 10011 1101001 111001 111000

Color Harmonies of #71CF51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CF51

Black with #71CF51

Text Example


Text Example

White with #71CF51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,207,81); }

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

background-color css

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

 a { background-color: rgb(113,207,81); }

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

border-color css

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

 span { border-color: rgb(113,207,81); }

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