Html Css Color HEX #86D74B Mantis

📋 copy color: '#86D74B'

red 134 ◦ green 215 ◦ blue 75

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

Shades of Mantis #86D74B

Tints of Mantis #86D74B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.69%

R = 31.6%
G = 50.71%
B = 17.69%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#86D74B (or 0x86D74B) is known color: Mantis. HEX triplet: 86, D7 and 4B. RGB value is (134,215,75). Sum of RGB (Red+Green+Blue) = 134+215+75=424 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.60% from 424); Green value is 215 (84.38% from 255 or 50.71% from 424); Blue value is 75 (29.69% from 255 or 17.69% from 424); Max value from RGB is 215 - color contains mainly: green. Hex color #86D74B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86D74B is #7928B4. Grayscale: #AFAFAF. Windows color (decimal): -7940277 or 4970374. OLE color: 4970374.

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

Color convert

RGB 134 215 75 -
CMYK 0.38 0 0.65 0.16
HSL 94.71º 0.64% 0.57% -
HSV(B) 94.71º 0.65% 0.84% -
XYZ 35.4 54.18 15.25 -
YUV 174.82 71.66 98.88 -
System Red Green Blue C M Y K H S L
Decimal 134 215 75 0.38 0 0.65 0.16 94.71 0.64 0.57
Hex 86 D7 4B 26 0 41 10 5F 40 39
Octal 206 327 113 46 0 101 20 137 100 71
Binary 10000110 11010111 1001011 100110 0 1000001 10000 1011111 1000000 111001

Color Harmonies of #86D74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D74B

Black with #86D74B

Text Example


Text Example

White with #86D74B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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