Html Css Color HEX #71BF54 Mantis

📋 copy color: '#71BF54'

red 113 ◦ green 191 ◦ blue 84

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

Shades of Mantis #71BF54

Tints of Mantis #71BF54

RGB

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

 GREEN value IS 191 (75% from 255) = 49.23%

 BLUE value IS 84 (33.2% from 255) = 21.65%

R = 29.12%
G = 49.23%
B = 21.65%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#71BF54 (or 0x71BF54) is known color: Mantis. HEX triplet: 71, BF and 54. RGB value is (113,191,84). Sum of RGB (Red+Green+Blue) = 113+191+84=388 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.12% from 388); Green value is 191 (75% from 255 or 49.23% from 388); Blue value is 84 (33.20% from 255 or 21.65% from 388); Max value from RGB is 191 - color contains mainly: green. Hex color #71BF54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BF54 is #8E40AB. Grayscale: #9B9B9B. Windows color (decimal): -9322668 or 5554033. OLE color: 5554033.

HSL color Cylindrical-coordinate representation of color #71BF54: hue angle of 103.74º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71BF54 is Cyan = 0.41, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 191 84 -
CMYK 0.41 0 0.56 0.25
HSL 103.74º 0.46% 0.54% -
HSV(B) 103.74º 0.56% 0.75% -
XYZ 27.04 41.41 14.96 -
YUV 155.48 87.66 97.7 -
System Red Green Blue C M Y K H S L
Decimal 113 191 84 0.41 0 0.56 0.25 103.74 0.46 0.54
Hex 71 BF 54 29 0 38 19 68 2E 36
Octal 161 277 124 51 0 70 31 150 56 66
Binary 1110001 10111111 1010100 101001 0 111000 11001 1101000 101110 110110

Color Harmonies of #71BF54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BF54

Black with #71BF54

Text Example


Text Example

White with #71BF54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,191,84); }

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

background-color css

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

 a { background-color: rgb(113,191,84); }

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

border-color css

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

 span { border-color: rgb(113,191,84); }

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