Html Css Color HEX #86D048 Mantis

📋 copy color: '#86D048'

red 134 ◦ green 208 ◦ blue 72

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

Shades of Mantis #86D048

Tints of Mantis #86D048

RGB

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

 GREEN value IS 208 (81.64% from 255) = 50.24%

 BLUE value IS 72 (28.52% from 255) = 17.39%

R = 32.37%
G = 50.24%
B = 17.39%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#86D048 (or 0x86D048) is known color: Mantis. HEX triplet: 86, D0 and 48. RGB value is (134,208,72). Sum of RGB (Red+Green+Blue) = 134+208+72=414 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.37% from 414); Green value is 208 (81.64% from 255 or 50.24% from 414); Blue value is 72 (28.52% from 255 or 17.39% from 414); Max value from RGB is 208 - color contains mainly: green. Hex color #86D048 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86D048 is #792FB7. Grayscale: #AAAAAA. Windows color (decimal): -7942072 or 4771974. OLE color: 4771974.

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

Color convert

RGB 134 208 72 -
CMYK 0.36 0 0.65 0.18
HSL 92.65º 0.59% 0.55% -
HSV(B) 92.65º 0.65% 0.82% -
XYZ 33.56 50.65 14.14 -
YUV 170.37 72.48 102.06 -
System Red Green Blue C M Y K H S L
Decimal 134 208 72 0.36 0 0.65 0.18 92.65 0.59 0.55
Hex 86 D0 48 24 0 41 12 5D 3B 37
Octal 206 320 110 44 0 101 22 135 73 67
Binary 10000110 11010000 1001000 100100 0 1000001 10010 1011101 111011 110111

Color Harmonies of #86D048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D048

Black with #86D048

Text Example


Text Example

White with #86D048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,208,72); }

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

background-color css

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

 a { background-color: rgb(134,208,72); }

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

border-color css

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

 span { border-color: rgb(134,208,72); }

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