Html Css Color HEX #86E54F Mantis

📋 copy color: '#86E54F'

red 134 ◦ green 229 ◦ blue 79

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

Shades of Mantis #86E54F

Tints of Mantis #86E54F

RGB

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

 GREEN value IS 229 (89.84% from 255) = 51.81%

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

R = 30.32%
G = 51.81%
B = 17.87%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#86E54F (or 0x86E54F) is known color: Mantis. HEX triplet: 86, E5 and 4F. RGB value is (134,229,79). Sum of RGB (Red+Green+Blue) = 134+229+79=442 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.32% from 442); Green value is 229 (89.84% from 255 or 51.81% from 442); Blue value is 79 (31.25% from 255 or 17.87% from 442); Max value from RGB is 229 - color contains mainly: green. Hex color #86E54F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86E54F is #791AB0. Grayscale: #B7B7B7. Windows color (decimal): -7936689 or 5236102. OLE color: 5236102.

HSL color Cylindrical-coordinate representation of color #86E54F: hue angle of 98º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #86E54F is Cyan = 0.41, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.10.

Color convert

RGB 134 229 79 -
CMYK 0.41 0 0.66 0.10
HSL 98º 0.74% 0.6% -
HSV(B) 98º 0.66% 0.9% -
XYZ 39.26 61.67 17.23 -
YUV 183.5 69.03 92.7 -
System Red Green Blue C M Y K H S L
Decimal 134 229 79 0.41 0 0.66 0.10 98 0.74 0.6
Hex 86 E5 4F 29 0 42 A 62 4A 3C
Octal 206 345 117 51 0 102 12 142 112 74
Binary 10000110 11100101 1001111 101001 0 1000010 1010 1100010 1001010 111100

Color Harmonies of #86E54F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86E54F

Black with #86E54F

Text Example


Text Example

White with #86E54F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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