Html Css Color HEX #71C450 Mantis

📋 copy color: '#71C450'

red 113 ◦ green 196 ◦ blue 80

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

Shades of Mantis #71C450

Tints of Mantis #71C450

RGB

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

 GREEN value IS 196 (76.95% from 255) = 50.39%

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

R = 29.05%
G = 50.39%
B = 20.57%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#71C450 (or 0x71C450) is known color: Mantis. HEX triplet: 71, C4 and 50. RGB value is (113,196,80). Sum of RGB (Red+Green+Blue) = 113+196+80=389 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.05% from 389); Green value is 196 (76.95% from 255 or 50.39% from 389); Blue value is 80 (31.64% from 255 or 20.57% from 389); Max value from RGB is 196 - color contains mainly: green. Hex color #71C450 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C450 is #8E3BAF. Grayscale: #9E9E9E. Windows color (decimal): -9321392 or 5293169. OLE color: 5293169.

HSL color Cylindrical-coordinate representation of color #71C450: hue angle of 102.93º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #71C450 is Cyan = 0.42, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 113 196 80 -
CMYK 0.42 0 0.59 0.23
HSL 102.93º 0.5% 0.54% -
HSV(B) 102.93º 0.59% 0.77% -
XYZ 28 43.57 14.52 -
YUV 157.96 84 95.93 -
System Red Green Blue C M Y K H S L
Decimal 113 196 80 0.42 0 0.59 0.23 102.93 0.5 0.54
Hex 71 C4 50 2A 0 3B 17 67 32 36
Octal 161 304 120 52 0 73 27 147 62 66
Binary 1110001 11000100 1010000 101010 0 111011 10111 1100111 110010 110110

Color Harmonies of #71C450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C450

Black with #71C450

Text Example


Text Example

White with #71C450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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