Html Css Color HEX #71C264 Mantis

📋 copy color: '#71C264'

red 113 ◦ green 194 ◦ blue 100

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

Shades of Mantis #71C264

Tints of Mantis #71C264

RGB

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

 GREEN value IS 194 (76.17% from 255) = 47.67%

 BLUE value IS 100 (39.45% from 255) = 24.57%

R = 27.76%
G = 47.67%
B = 24.57%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#71C264 (or 0x71C264) is known color: Mantis. HEX triplet: 71, C2 and 64. RGB value is (113,194,100). Sum of RGB (Red+Green+Blue) = 113+194+100=407 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.76% from 407); Green value is 194 (76.17% from 255 or 47.67% from 407); Blue value is 100 (39.45% from 255 or 24.57% from 407); Max value from RGB is 194 - color contains mainly: green. Hex color #71C264 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C264 is #8E3D9B. Grayscale: #9F9F9F. Windows color (decimal): -9321884 or 6603377. OLE color: 6603377.

HSL color Cylindrical-coordinate representation of color #71C264: hue angle of 111.7º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71C264 is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 113 194 100 -
CMYK 0.42 0 0.48 0.24
HSL 111.7º 0.44% 0.58% -
HSV(B) 111.7º 0.48% 0.76% -
XYZ 28.4 43.01 18.86 -
YUV 159.07 94.66 95.14 -
System Red Green Blue C M Y K H S L
Decimal 113 194 100 0.42 0 0.48 0.24 111.7 0.44 0.58
Hex 71 C2 64 2A 0 30 18 70 2C 3A
Octal 161 302 144 52 0 60 30 160 54 72
Binary 1110001 11000010 1100100 101010 0 110000 11000 1110000 101100 111010

Color Harmonies of #71C264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C264

Black with #71C264

Text Example


Text Example

White with #71C264

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,194,100); }

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

background-color css

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

 a { background-color: rgb(113,194,100); }

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

border-color css

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

 span { border-color: rgb(113,194,100); }

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