Html Css Color HEX #86CC55 Mantis

📋 copy color: '#86CC55'

red 134 ◦ green 204 ◦ blue 85

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

Shades of Mantis #86CC55

Tints of Mantis #86CC55

RGB

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

 GREEN value IS 204 (80.08% from 255) = 48.23%

 BLUE value IS 85 (33.59% from 255) = 20.09%

R = 31.68%
G = 48.23%
B = 20.09%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#86CC55 (or 0x86CC55) is known color: Mantis. HEX triplet: 86, CC and 55. RGB value is (134,204,85). Sum of RGB (Red+Green+Blue) = 134+204+85=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 204 (80.08% from 255 or 48.23% from 423); Blue value is 85 (33.59% from 255 or 20.09% from 423); Max value from RGB is 204 - color contains mainly: green. Hex color #86CC55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CC55 is #7933AA. Grayscale: #A9A9A9. Windows color (decimal): -7943083 or 5622918. OLE color: 5622918.

HSL color Cylindrical-coordinate representation of color #86CC55: hue angle of 95.29º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #86CC55 is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.2.

Color convert

RGB 134 204 85 -
CMYK 0.34 0 0.58 0.2
HSL 95.29º 0.54% 0.57% -
HSV(B) 95.29º 0.58% 0.8% -
XYZ 33.06 48.91 16.29 -
YUV 169.5 80.31 102.68 -
System Red Green Blue C M Y K H S L
Decimal 134 204 85 0.34 0 0.58 0.2 95.29 0.54 0.57
Hex 86 CC 55 22 0 3A 14 5F 36 39
Octal 206 314 125 42 0 72 24 137 66 71
Binary 10000110 11001100 1010101 100010 0 111010 10100 1011111 110110 111001

Color Harmonies of #86CC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CC55

Black with #86CC55

Text Example


Text Example

White with #86CC55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,204,85); }

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

background-color css

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

 a { background-color: rgb(134,204,85); }

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

border-color css

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

 span { border-color: rgb(134,204,85); }

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