Html Css Color HEX #86CB46 Mantis

📋 copy color: '#86CB46'

red 134 ◦ green 203 ◦ blue 70

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

Shades of Mantis #86CB46

Tints of Mantis #86CB46

RGB

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

 GREEN value IS 203 (79.69% from 255) = 49.88%

 BLUE value IS 70 (27.73% from 255) = 17.2%

R = 32.92%
G = 49.88%
B = 17.2%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#86CB46 (or 0x86CB46) is known color: Mantis. HEX triplet: 86, CB and 46. RGB value is (134,203,70). Sum of RGB (Red+Green+Blue) = 134+203+70=407 (53% of max value = 765). Red value is 134 (52.73% from 255 or 32.92% from 407); Green value is 203 (79.69% from 255 or 49.88% from 407); Blue value is 70 (27.73% from 255 or 17.20% from 407); Max value from RGB is 203 - color contains mainly: green. Hex color #86CB46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86CB46 is #7934B9. Grayscale: #A7A7A7. Windows color (decimal): -7943354 or 4639622. OLE color: 4639622.

HSL color Cylindrical-coordinate representation of color #86CB46: hue angle of 91.13º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #86CB46 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB 134 203 70 -
CMYK 0.34 0 0.66 0.20
HSL 91.13º 0.56% 0.54% -
HSV(B) 91.13º 0.66% 0.8% -
XYZ 32.29 48.22 13.4 -
YUV 167.21 73.14 104.31 -
System Red Green Blue C M Y K H S L
Decimal 134 203 70 0.34 0 0.66 0.20 91.13 0.56 0.54
Hex 86 CB 46 22 0 42 14 5B 38 36
Octal 206 313 106 42 0 102 24 133 70 66
Binary 10000110 11001011 1000110 100010 0 1000010 10100 1011011 111000 110110

Color Harmonies of #86CB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CB46

Black with #86CB46

Text Example


Text Example

White with #86CB46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,203,70); }

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

background-color css

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

 a { background-color: rgb(134,203,70); }

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

border-color css

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

 span { border-color: rgb(134,203,70); }

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