Html Css Color HEX #86ED4F Mantis

📋 copy color: '#86ED4F'

red 134 ◦ green 237 ◦ blue 79

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

Shades of Mantis #86ED4F

Tints of Mantis #86ED4F

RGB

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

 GREEN value IS 237 (92.97% from 255) = 52.67%

 BLUE value IS 79 (31.25% from 255) = 17.56%

R = 29.78%
G = 52.67%
B = 17.56%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#86ED4F (or 0x86ED4F) is known color: Mantis. HEX triplet: 86, ED and 4F. RGB value is (134,237,79). Sum of RGB (Red+Green+Blue) = 134+237+79=450 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.78% from 450); Green value is 237 (92.97% from 255 or 52.67% from 450); Blue value is 79 (31.25% from 255 or 17.56% from 450); Max value from RGB is 237 - color contains mainly: green. Hex color #86ED4F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86ED4F is #7912B0. Grayscale: #BCBCBC. Windows color (decimal): -7934641 or 5238150. OLE color: 5238150.

HSL color Cylindrical-coordinate representation of color #86ED4F: hue angle of 99.11º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #86ED4F is Cyan = 0.43, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB 134 237 79 -
CMYK 0.43 0 0.67 0.07
HSL 99.11º 0.81% 0.62% -
HSV(B) 99.11º 0.67% 0.93% -
XYZ 41.53 66.2 17.99 -
YUV 188.19 66.38 89.35 -
System Red Green Blue C M Y K H S L
Decimal 134 237 79 0.43 0 0.67 0.07 99.11 0.81 0.62
Hex 86 ED 4F 2B 0 43 7 63 51 3E
Octal 206 355 117 53 0 103 7 143 121 76
Binary 10000110 11101101 1001111 101011 0 1000011 111 1100011 1010001 111110

Color Harmonies of #86ED4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86ED4F

Black with #86ED4F

Text Example


Text Example

White with #86ED4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,237,79); }

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

background-color css

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

 a { background-color: rgb(134,237,79); }

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

border-color css

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

 span { border-color: rgb(134,237,79); }

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