Html Css Color HEX #86D74A Mantis

📋 copy color: '#86D74A'

red 134 ◦ green 215 ◦ blue 74

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

Shades of Mantis #86D74A

Tints of Mantis #86D74A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 50.83%

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

R = 31.68%
G = 50.83%
B = 17.49%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#86D74A (or 0x86D74A) is known color: Mantis. HEX triplet: 86, D7 and 4A. RGB value is (134,215,74). Sum of RGB (Red+Green+Blue) = 134+215+74=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 215 (84.38% from 255 or 50.83% from 423); Blue value is 74 (29.30% from 255 or 17.49% from 423); Max value from RGB is 215 - color contains mainly: green. Hex color #86D74A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86D74A is #7928B5. Grayscale: #AFAFAF. Windows color (decimal): -7940278 or 4904838. OLE color: 4904838.

HSL color Cylindrical-coordinate representation of color #86D74A: hue angle of 94.47º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #86D74A is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 134 215 74 -
CMYK 0.38 0 0.66 0.16
HSL 94.47º 0.64% 0.57% -
HSV(B) 94.47º 0.66% 0.84% -
XYZ 35.37 54.16 15.07 -
YUV 174.71 71.16 98.96 -
System Red Green Blue C M Y K H S L
Decimal 134 215 74 0.38 0 0.66 0.16 94.47 0.64 0.57
Hex 86 D7 4A 26 0 42 10 5E 40 39
Octal 206 327 112 46 0 102 20 136 100 71
Binary 10000110 11010111 1001010 100110 0 1000010 10000 1011110 1000000 111001

Color Harmonies of #86D74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D74A

Black with #86D74A

Text Example


Text Example

White with #86D74A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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