Html Css Color HEX #86CF5B Mantis

📋 copy color: '#86CF5B'

red 134 ◦ green 207 ◦ blue 91

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

Shades of Mantis #86CF5B

Tints of Mantis #86CF5B

RGB

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

 GREEN value IS 207 (81.25% from 255) = 47.92%

 BLUE value IS 91 (35.94% from 255) = 21.06%

R = 31.02%
G = 47.92%
B = 21.06%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#86CF5B (or 0x86CF5B) is known color: Mantis. HEX triplet: 86, CF and 5B. RGB value is (134,207,91). Sum of RGB (Red+Green+Blue) = 134+207+91=432 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.02% from 432); Green value is 207 (81.25% from 255 or 47.92% from 432); Blue value is 91 (35.94% from 255 or 21.06% from 432); Max value from RGB is 207 - color contains mainly: green. Hex color #86CF5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CF5B is #7930A4. Grayscale: #ACACAC. Windows color (decimal): -7942309 or 6016902. OLE color: 6016902.

HSL color Cylindrical-coordinate representation of color #86CF5B: hue angle of 97.76º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #86CF5B is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB 134 207 91 -
CMYK 0.35 0 0.56 0.19
HSL 97.76º 0.55% 0.58% -
HSV(B) 97.76º 0.56% 0.81% -
XYZ 34.03 50.45 17.84 -
YUV 171.95 82.32 100.93 -
System Red Green Blue C M Y K H S L
Decimal 134 207 91 0.35 0 0.56 0.19 97.76 0.55 0.58
Hex 86 CF 5B 23 0 38 13 62 37 3A
Octal 206 317 133 43 0 70 23 142 67 72
Binary 10000110 11001111 1011011 100011 0 111000 10011 1100010 110111 111010

Color Harmonies of #86CF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CF5B

Black with #86CF5B

Text Example


Text Example

White with #86CF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,207,91); }

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

background-color css

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

 a { background-color: rgb(134,207,91); }

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

border-color css

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

 span { border-color: rgb(134,207,91); }

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