Html Css Color HEX #86DE52 Mantis

📋 copy color: '#86DE52'

red 134 ◦ green 222 ◦ blue 82

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

Shades of Mantis #86DE52

Tints of Mantis #86DE52

RGB

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

 GREEN value IS 222 (87.11% from 255) = 50.68%

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

R = 30.59%
G = 50.68%
B = 18.72%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#86DE52 (or 0x86DE52) is known color: Mantis. HEX triplet: 86, DE and 52. RGB value is (134,222,82). Sum of RGB (Red+Green+Blue) = 134+222+82=438 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.59% from 438); Green value is 222 (87.11% from 255 or 50.68% from 438); Blue value is 82 (32.42% from 255 or 18.72% from 438); Max value from RGB is 222 - color contains mainly: green. Hex color #86DE52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86DE52 is #7921AD. Grayscale: #B4B4B4. Windows color (decimal): -7938478 or 5430918. OLE color: 5430918.

HSL color Cylindrical-coordinate representation of color #86DE52: hue angle of 97.71º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #86DE52 is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 222 82 -
CMYK 0.40 0 0.63 0.13
HSL 97.71º 0.68% 0.6% -
HSV(B) 97.71º 0.63% 0.87% -
XYZ 37.48 57.92 17.19 -
YUV 179.73 72.85 95.38 -
System Red Green Blue C M Y K H S L
Decimal 134 222 82 0.40 0 0.63 0.13 97.71 0.68 0.6
Hex 86 DE 52 28 0 3F D 62 44 3C
Octal 206 336 122 50 0 77 15 142 104 74
Binary 10000110 11011110 1010010 101000 0 111111 1101 1100010 1000100 111100

Color Harmonies of #86DE52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DE52

Black with #86DE52

Text Example


Text Example

White with #86DE52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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