Html Css Color HEX #86D369 Mantis

📋 copy color: '#86D369'

red 134 ◦ green 211 ◦ blue 105

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

Shades of Mantis #86D369

Tints of Mantis #86D369

RGB

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

 GREEN value IS 211 (82.81% from 255) = 46.89%

 BLUE value IS 105 (41.41% from 255) = 23.33%

R = 29.78%
G = 46.89%
B = 23.33%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#86D369 (or 0x86D369) is known color: Mantis. HEX triplet: 86, D3 and 69. RGB value is (134,211,105). Sum of RGB (Red+Green+Blue) = 134+211+105=450 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.78% from 450); Green value is 211 (82.81% from 255 or 46.89% from 450); Blue value is 105 (41.41% from 255 or 23.33% from 450); Max value from RGB is 211 - color contains mainly: green. Hex color #86D369 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D369 is #792C96. Grayscale: #B0B0B0. Windows color (decimal): -7941271 or 6935430. OLE color: 6935430.

HSL color Cylindrical-coordinate representation of color #86D369: hue angle of 103.58º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #86D369 is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 134 211 105 -
CMYK 0.36 0 0.50 0.17
HSL 103.58º 0.55% 0.62% -
HSV(B) 103.58º 0.5% 0.83% -
XYZ 35.68 52.68 21.65 -
YUV 175.89 87.99 98.12 -
System Red Green Blue C M Y K H S L
Decimal 134 211 105 0.36 0 0.50 0.17 103.58 0.55 0.62
Hex 86 D3 69 24 0 32 11 68 37 3E
Octal 206 323 151 44 0 62 21 150 67 76
Binary 10000110 11010011 1101001 100100 0 110010 10001 1101000 110111 111110

Color Harmonies of #86D369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D369

Black with #86D369

Text Example


Text Example

White with #86D369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,211,105); }

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

background-color css

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

 a { background-color: rgb(134,211,105); }

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

border-color css

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

 span { border-color: rgb(134,211,105); }

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