Html Css Color HEX #86CB4A Mantis

📋 copy color: '#86CB4A'

red 134 ◦ green 203 ◦ blue 74

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

Shades of Mantis #86CB4A

Tints of Mantis #86CB4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18%

R = 32.6%
G = 49.39%
B = 18%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#86CB4A (or 0x86CB4A) is known color: Mantis. HEX triplet: 86, CB and 4A. RGB value is (134,203,74). Sum of RGB (Red+Green+Blue) = 134+203+74=411 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.60% from 411); Green value is 203 (79.69% from 255 or 49.39% from 411); Blue value is 74 (29.30% from 255 or 18.00% from 411); Max value from RGB is 203 - color contains mainly: green. Hex color #86CB4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86CB4A is #7934B5. Grayscale: #A8A8A8. Windows color (decimal): -7943350 or 4901766. OLE color: 4901766.

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

Color convert

RGB 134 203 74 -
CMYK 0.34 0 0.64 0.20
HSL 92.09º 0.55% 0.54% -
HSV(B) 92.09º 0.64% 0.8% -
XYZ 32.42 48.27 14.09 -
YUV 167.66 75.14 103.99 -
System Red Green Blue C M Y K H S L
Decimal 134 203 74 0.34 0 0.64 0.20 92.09 0.55 0.54
Hex 86 CB 4A 22 0 40 14 5C 37 36
Octal 206 313 112 42 0 100 24 134 67 66
Binary 10000110 11001011 1001010 100010 0 1000000 10100 1011100 110111 110110

Color Harmonies of #86CB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CB4A

Black with #86CB4A

Text Example


Text Example

White with #86CB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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