Html Css Color HEX #86CB71 Mantis

📋 copy color: '#86CB71'

red 134 ◦ green 203 ◦ blue 113

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

Shades of Mantis #86CB71

Tints of Mantis #86CB71

RGB

 RED value IS 134 (52.73% from 255) = 29.78%

 GREEN value IS 203 (79.69% from 255) = 45.11%

 BLUE value IS 113 (44.53% from 255) = 25.11%

R = 29.78%
G = 45.11%
B = 25.11%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#86CB71 (or 0x86CB71) is known color: Mantis. HEX triplet: 86, CB and 71. RGB value is (134,203,113). Sum of RGB (Red+Green+Blue) = 134+203+113=450 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.78% from 450); Green value is 203 (79.69% from 255 or 45.11% from 450); Blue value is 113 (44.53% from 255 or 25.11% from 450); Max value from RGB is 203 - color contains mainly: green. Hex color #86CB71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CB71 is #79348E. Grayscale: #ACACAC. Windows color (decimal): -7943311 or 7457670. OLE color: 7457670.

HSL color Cylindrical-coordinate representation of color #86CB71: hue angle of 106º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86CB71 is Cyan = 0.34, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 134 203 113 -
CMYK 0.34 0 0.44 0.20
HSL 106º 0.46% 0.62% -
HSV(B) 106º 0.44% 0.8% -
XYZ 34.17 48.97 23.27 -
YUV 172.11 94.64 100.82 -
System Red Green Blue C M Y K H S L
Decimal 134 203 113 0.34 0 0.44 0.20 106 0.46 0.62
Hex 86 CB 71 22 0 2C 14 6A 2E 3E
Octal 206 313 161 42 0 54 24 152 56 76
Binary 10000110 11001011 1110001 100010 0 101100 10100 1101010 101110 111110

Color Harmonies of #86CB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CB71

Black with #86CB71

Text Example


Text Example

White with #86CB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86CB71; }

 p { color: rgb(134,203,113); }

 H1.HeaderClassName
 {
   color: #86CB71;
 }
 .AnyTagClassName
 {
   color: #86CB71;
 }
</style>

background-color css

<style>
 a { background-color: #86CB71; }

 a { background-color: rgb(134,203,113); }

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

border-color css

<style>
 span { border-color: #86CB71; }

 span { border-color: rgb(134,203,113); }

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