Html Css Color HEX #86CC72 Mantis

📋 copy color: '#86CC72'

red 134 ◦ green 204 ◦ blue 114

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

Shades of Mantis #86CC72

Tints of Mantis #86CC72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.22%

R = 29.65%
G = 45.13%
B = 25.22%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#86CC72 (or 0x86CC72) is known color: Mantis. HEX triplet: 86, CC and 72. RGB value is (134,204,114). Sum of RGB (Red+Green+Blue) = 134+204+114=452 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.65% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 114 (44.92% from 255 or 25.22% from 452); Max value from RGB is 204 - color contains mainly: green. Hex color #86CC72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CC72 is #79338D. Grayscale: #ADADAD. Windows color (decimal): -7943054 or 7523462. OLE color: 7523462.

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

Color convert

RGB 134 204 114 -
CMYK 0.34 0 0.44 0.2
HSL 106.67º 0.47% 0.62% -
HSV(B) 106.67º 0.44% 0.8% -
XYZ 34.46 49.47 23.65 -
YUV 172.81 94.81 100.32 -
System Red Green Blue C M Y K H S L
Decimal 134 204 114 0.34 0 0.44 0.2 106.67 0.47 0.62
Hex 86 CC 72 22 0 2C 14 6B 2F 3E
Octal 206 314 162 42 0 54 24 153 57 76
Binary 10000110 11001100 1110010 100010 0 101100 10100 1101011 101111 111110

Color Harmonies of #86CC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CC72

Black with #86CC72

Text Example


Text Example

White with #86CC72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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