Html Css Color HEX #86CF6F Mantis

📋 copy color: '#86CF6F'

red 134 ◦ green 207 ◦ blue 111

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

Shades of Mantis #86CF6F

Tints of Mantis #86CF6F

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.8%

 BLUE value IS 111 (43.75% from 255) = 24.56%

R = 29.65%
G = 45.8%
B = 24.56%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#86CF6F (or 0x86CF6F) is known color: Mantis. HEX triplet: 86, CF and 6F. RGB value is (134,207,111). Sum of RGB (Red+Green+Blue) = 134+207+111=452 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.65% from 452); Green value is 207 (81.25% from 255 or 45.80% from 452); Blue value is 111 (43.75% from 255 or 24.56% from 452); Max value from RGB is 207 - color contains mainly: green. Hex color #86CF6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CF6F is #793090. Grayscale: #AEAEAE. Windows color (decimal): -7942289 or 7327622. OLE color: 7327622.

HSL color Cylindrical-coordinate representation of color #86CF6F: hue angle of 105.62º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86CF6F is Cyan = 0.35, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 134 207 111 -
CMYK 0.35 0 0.46 0.19
HSL 105.63º 0.5% 0.62% -
HSV(B) 105.63º 0.46% 0.81% -
XYZ 35.01 50.84 23.01 -
YUV 174.23 92.32 99.31 -
System Red Green Blue C M Y K H S L
Decimal 134 207 111 0.35 0 0.46 0.19 105.63 0.5 0.62
Hex 86 CF 6F 23 0 2E 13 6A 32 3E
Octal 206 317 157 43 0 56 23 152 62 76
Binary 10000110 11001111 1101111 100011 0 101110 10011 1101010 110010 111110

Color Harmonies of #86CF6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CF6F

Black with #86CF6F

Text Example


Text Example

White with #86CF6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,207,111); }

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

background-color css

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

 a { background-color: rgb(134,207,111); }

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

border-color css

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

 span { border-color: rgb(134,207,111); }

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