Html Css Color HEX #86D261 Mantis

📋 copy color: '#86D261'

red 134 ◦ green 210 ◦ blue 97

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

Shades of Mantis #86D261

Tints of Mantis #86D261

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.62%

 BLUE value IS 97 (38.28% from 255) = 22%

R = 30.39%
G = 47.62%
B = 22%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#86D261 (or 0x86D261) is known color: Mantis. HEX triplet: 86, D2 and 61. RGB value is (134,210,97). Sum of RGB (Red+Green+Blue) = 134+210+97=441 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.39% from 441); Green value is 210 (82.42% from 255 or 47.62% from 441); Blue value is 97 (38.28% from 255 or 22.00% from 441); Max value from RGB is 210 - color contains mainly: green. Hex color #86D261 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D261 is #792D9E. Grayscale: #AEAEAE. Windows color (decimal): -7941535 or 6410886. OLE color: 6410886.

HSL color Cylindrical-coordinate representation of color #86D261: hue angle of 100.35º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #86D261 is Cyan = 0.36, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 134 210 97 -
CMYK 0.36 0 0.54 0.18
HSL 100.35º 0.56% 0.6% -
HSV(B) 100.35º 0.54% 0.82% -
XYZ 35.04 52.02 19.5 -
YUV 174.39 84.32 99.19 -
System Red Green Blue C M Y K H S L
Decimal 134 210 97 0.36 0 0.54 0.18 100.35 0.56 0.6
Hex 86 D2 61 24 0 36 12 64 38 3C
Octal 206 322 141 44 0 66 22 144 70 74
Binary 10000110 11010010 1100001 100100 0 110110 10010 1100100 111000 111100

Color Harmonies of #86D261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D261

Black with #86D261

Text Example


Text Example

White with #86D261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,210,97); }

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

background-color css

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

 a { background-color: rgb(134,210,97); }

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

border-color css

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

 span { border-color: rgb(134,210,97); }

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