Html Css Color HEX #86DD64 Mantis

📋 copy color: '#86DD64'

red 134 ◦ green 221 ◦ blue 100

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

Shades of Mantis #86DD64

Tints of Mantis #86DD64

RGB

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

 GREEN value IS 221 (86.72% from 255) = 48.57%

 BLUE value IS 100 (39.45% from 255) = 21.98%

R = 29.45%
G = 48.57%
B = 21.98%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#86DD64 (or 0x86DD64) is known color: Mantis. HEX triplet: 86, DD and 64. RGB value is (134,221,100). Sum of RGB (Red+Green+Blue) = 134+221+100=455 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.45% from 455); Green value is 221 (86.72% from 255 or 48.57% from 455); Blue value is 100 (39.45% from 255 or 21.98% from 455); Max value from RGB is 221 - color contains mainly: green. Hex color #86DD64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86DD64 is #79229B. Grayscale: #B5B5B5. Windows color (decimal): -7938716 or 6610310. OLE color: 6610310.

HSL color Cylindrical-coordinate representation of color #86DD64: hue angle of 103.14º degrees, saturation: 0.64, 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 #86DD64 is Cyan = 0.39, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 221 100 -
CMYK 0.39 0 0.55 0.13
HSL 103.14º 0.64% 0.63% -
HSV(B) 103.14º 0.55% 0.87% -
XYZ 37.99 57.7 21.19 -
YUV 181.19 82.18 94.34 -
System Red Green Blue C M Y K H S L
Decimal 134 221 100 0.39 0 0.55 0.13 103.14 0.64 0.63
Hex 86 DD 64 27 0 37 D 67 40 3F
Octal 206 335 144 47 0 67 15 147 100 77
Binary 10000110 11011101 1100100 100111 0 110111 1101 1100111 1000000 111111

Color Harmonies of #86DD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DD64

Black with #86DD64

Text Example


Text Example

White with #86DD64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,221,100); }

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

background-color css

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

 a { background-color: rgb(134,221,100); }

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

border-color css

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

 span { border-color: rgb(134,221,100); }

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