Html Css Color HEX #71B265 Mantis

📋 copy color: '#71B265'

red 113 ◦ green 178 ◦ blue 101

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

Shades of Mantis #71B265

Tints of Mantis #71B265

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.41%

 BLUE value IS 101 (39.84% from 255) = 25.77%

R = 28.83%
G = 45.41%
B = 25.77%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#71B265 (or 0x71B265) is known color: Mantis. HEX triplet: 71, B2 and 65. RGB value is (113,178,101). Sum of RGB (Red+Green+Blue) = 113+178+101=392 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.83% from 392); Green value is 178 (69.92% from 255 or 45.41% from 392); Blue value is 101 (39.84% from 255 or 25.77% from 392); Max value from RGB is 178 - color contains mainly: green. Hex color #71B265 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71B265 is #8E4D9A. Grayscale: #969696. Windows color (decimal): -9325979 or 6664817. OLE color: 6664817.

HSL color Cylindrical-coordinate representation of color #71B265: hue angle of 110.65º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #71B265 is Cyan = 0.37, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB 113 178 101 -
CMYK 0.37 0 0.43 0.30
HSL 110.65º 0.33% 0.55% -
HSV(B) 110.65º 0.43% 0.7% -
XYZ 25.08 36.29 17.99 -
YUV 149.79 100.47 101.76 -
System Red Green Blue C M Y K H S L
Decimal 113 178 101 0.37 0 0.43 0.30 110.65 0.33 0.55
Hex 71 B2 65 25 0 2B 1E 6F 21 37
Octal 161 262 145 45 0 53 36 157 41 67
Binary 1110001 10110010 1100101 100101 0 101011 11110 1101111 100001 110111

Color Harmonies of #71B265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B265

Black with #71B265

Text Example


Text Example

White with #71B265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,178,101); }

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

background-color css

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

 a { background-color: rgb(113,178,101); }

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

border-color css

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

 span { border-color: rgb(113,178,101); }

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