Html Css Color HEX #86CD6D Mantis

📋 copy color: '#86CD6D'

red 134 ◦ green 205 ◦ blue 109

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

Shades of Mantis #86CD6D

Tints of Mantis #86CD6D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.76%

 BLUE value IS 109 (42.97% from 255) = 24.33%

R = 29.91%
G = 45.76%
B = 24.33%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#86CD6D (or 0x86CD6D) is known color: Mantis. HEX triplet: 86, CD and 6D. RGB value is (134,205,109). Sum of RGB (Red+Green+Blue) = 134+205+109=448 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.91% from 448); Green value is 205 (80.47% from 255 or 45.76% from 448); Blue value is 109 (42.97% from 255 or 24.33% from 448); Max value from RGB is 205 - color contains mainly: green. Hex color #86CD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CD6D is #793292. Grayscale: #ADADAD. Windows color (decimal): -7942803 or 7196038. OLE color: 7196038.

HSL color Cylindrical-coordinate representation of color #86CD6D: hue angle of 104.38º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86CD6D is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB 134 205 109 -
CMYK 0.35 0 0.47 0.20
HSL 104.38º 0.49% 0.62% -
HSV(B) 104.38º 0.47% 0.8% -
XYZ 34.42 49.84 22.27 -
YUV 172.83 91.98 100.31 -
System Red Green Blue C M Y K H S L
Decimal 134 205 109 0.35 0 0.47 0.20 104.38 0.49 0.62
Hex 86 CD 6D 23 0 2F 14 68 31 3E
Octal 206 315 155 43 0 57 24 150 61 76
Binary 10000110 11001101 1101101 100011 0 101111 10100 1101000 110001 111110

Color Harmonies of #86CD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CD6D

Black with #86CD6D

Text Example


Text Example

White with #86CD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,205,109); }

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

background-color css

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

 a { background-color: rgb(134,205,109); }

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

border-color css

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

 span { border-color: rgb(134,205,109); }

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