Html Css Color HEX #86DE65 Mantis

📋 copy color: '#86DE65'

red 134 ◦ green 222 ◦ blue 101

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

Shades of Mantis #86DE65

Tints of Mantis #86DE65

RGB

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

 GREEN value IS 222 (87.11% from 255) = 48.58%

 BLUE value IS 101 (39.84% from 255) = 22.1%

R = 29.32%
G = 48.58%
B = 22.1%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#86DE65 (or 0x86DE65) is known color: Mantis. HEX triplet: 86, DE and 65. RGB value is (134,222,101). Sum of RGB (Red+Green+Blue) = 134+222+101=457 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.32% from 457); Green value is 222 (87.11% from 255 or 48.58% from 457); Blue value is 101 (39.84% from 255 or 22.10% from 457); Max value from RGB is 222 - color contains mainly: green. Hex color #86DE65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86DE65 is #79219A. Grayscale: #B6B6B6. Windows color (decimal): -7938459 or 6676102. OLE color: 6676102.

HSL color Cylindrical-coordinate representation of color #86DE65: hue angle of 103.64º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #86DE65 is Cyan = 0.40, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 222 101 -
CMYK 0.40 0 0.55 0.13
HSL 103.64º 0.65% 0.63% -
HSV(B) 103.64º 0.55% 0.87% -
XYZ 38.3 58.25 21.54 -
YUV 181.89 82.35 93.84 -
System Red Green Blue C M Y K H S L
Decimal 134 222 101 0.40 0 0.55 0.13 103.64 0.65 0.63
Hex 86 DE 65 28 0 37 D 68 41 3F
Octal 206 336 145 50 0 67 15 150 101 77
Binary 10000110 11011110 1100101 101000 0 110111 1101 1101000 1000001 111111

Color Harmonies of #86DE65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DE65

Black with #86DE65

Text Example


Text Example

White with #86DE65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,222,101); }

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

background-color css

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

 a { background-color: rgb(134,222,101); }

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

border-color css

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

 span { border-color: rgb(134,222,101); }

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