Html Css Color HEX #71BA55 Mantis

📋 copy color: '#71BA55'

red 113 ◦ green 186 ◦ blue 85

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

Shades of Mantis #71BA55

Tints of Mantis #71BA55

RGB

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

 GREEN value IS 186 (73.05% from 255) = 48.44%

 BLUE value IS 85 (33.59% from 255) = 22.14%

R = 29.43%
G = 48.44%
B = 22.14%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#71BA55 (or 0x71BA55) is known color: Mantis. HEX triplet: 71, BA and 55. RGB value is (113,186,85). Sum of RGB (Red+Green+Blue) = 113+186+85=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 186 (73.05% from 255 or 48.44% from 384); Blue value is 85 (33.59% from 255 or 22.14% from 384); Max value from RGB is 186 - color contains mainly: green. Hex color #71BA55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BA55 is #8E45AA. Grayscale: #989898. Windows color (decimal): -9323947 or 5618289. OLE color: 5618289.

HSL color Cylindrical-coordinate representation of color #71BA55: hue angle of 103.37º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #71BA55 is Cyan = 0.39, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 186 85 -
CMYK 0.39 0 0.54 0.27
HSL 103.37º 0.42% 0.53% -
HSV(B) 103.37º 0.54% 0.73% -
XYZ 26.01 39.28 14.81 -
YUV 152.66 89.82 99.71 -
System Red Green Blue C M Y K H S L
Decimal 113 186 85 0.39 0 0.54 0.27 103.37 0.42 0.53
Hex 71 BA 55 27 0 36 1B 67 2A 35
Octal 161 272 125 47 0 66 33 147 52 65
Binary 1110001 10111010 1010101 100111 0 110110 11011 1100111 101010 110101

Color Harmonies of #71BA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BA55

Black with #71BA55

Text Example


Text Example

White with #71BA55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,186,85); }

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

background-color css

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

 a { background-color: rgb(113,186,85); }

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

border-color css

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

 span { border-color: rgb(113,186,85); }

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