Html Css Color HEX #86C948 Mantis

📋 copy color: '#86C948'

red 134 ◦ green 201 ◦ blue 72

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

Shades of Mantis #86C948

Tints of Mantis #86C948

RGB

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

 GREEN value IS 201 (78.91% from 255) = 49.39%

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

R = 32.92%
G = 49.39%
B = 17.69%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#86C948 (or 0x86C948) is known color: Mantis. HEX triplet: 86, C9 and 48. RGB value is (134,201,72). Sum of RGB (Red+Green+Blue) = 134+201+72=407 (53% of max value = 765). Red value is 134 (52.73% from 255 or 32.92% from 407); Green value is 201 (78.91% from 255 or 49.39% from 407); Blue value is 72 (28.52% from 255 or 17.69% from 407); Max value from RGB is 201 - color contains mainly: green. Hex color #86C948 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C948 is #7936B7. Grayscale: #A6A6A6. Windows color (decimal): -7943864 or 4770182. OLE color: 4770182.

HSL color Cylindrical-coordinate representation of color #86C948: hue angle of 91.16º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #86C948 is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 134 201 72 -
CMYK 0.33 0 0.64 0.21
HSL 91.16º 0.54% 0.54% -
HSV(B) 91.16º 0.64% 0.79% -
XYZ 31.89 47.31 13.58 -
YUV 166.26 74.8 104.99 -
System Red Green Blue C M Y K H S L
Decimal 134 201 72 0.33 0 0.64 0.21 91.16 0.54 0.54
Hex 86 C9 48 21 0 40 15 5B 36 36
Octal 206 311 110 41 0 100 25 133 66 66
Binary 10000110 11001001 1001000 100001 0 1000000 10101 1011011 110110 110110

Color Harmonies of #86C948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C948

Black with #86C948

Text Example


Text Example

White with #86C948

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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