Html Css Color HEX #86D352 Mantis

📋 copy color: '#86D352'

red 134 ◦ green 211 ◦ blue 82

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

Shades of Mantis #86D352

Tints of Mantis #86D352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.2%

R = 31.38%
G = 49.41%
B = 19.2%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#86D352 (or 0x86D352) is known color: Mantis. HEX triplet: 86, D3 and 52. RGB value is (134,211,82). Sum of RGB (Red+Green+Blue) = 134+211+82=427 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.38% from 427); Green value is 211 (82.81% from 255 or 49.41% from 427); Blue value is 82 (32.42% from 255 or 19.20% from 427); Max value from RGB is 211 - color contains mainly: green. Hex color #86D352 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D352 is #792CAD. Grayscale: #ADADAD. Windows color (decimal): -7941294 or 5428102. OLE color: 5428102.

HSL color Cylindrical-coordinate representation of color #86D352: hue angle of 95.81º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #86D352 is Cyan = 0.36, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB 134 211 82 -
CMYK 0.36 0 0.61 0.17
HSL 95.81º 0.59% 0.57% -
HSV(B) 95.81º 0.61% 0.83% -
XYZ 34.65 52.27 16.24 -
YUV 173.27 76.49 99.99 -
System Red Green Blue C M Y K H S L
Decimal 134 211 82 0.36 0 0.61 0.17 95.81 0.59 0.57
Hex 86 D3 52 24 0 3D 11 60 3B 39
Octal 206 323 122 44 0 75 21 140 73 71
Binary 10000110 11010011 1010010 100100 0 111101 10001 1100000 111011 111001

Color Harmonies of #86D352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D352

Black with #86D352

Text Example


Text Example

White with #86D352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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