Html Css Color HEX #86CE4C Mantis

📋 copy color: '#86CE4C'

red 134 ◦ green 206 ◦ blue 76

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

Shades of Mantis #86CE4C

Tints of Mantis #86CE4C

RGB

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

 GREEN value IS 206 (80.86% from 255) = 49.52%

 BLUE value IS 76 (30.08% from 255) = 18.27%

R = 32.21%
G = 49.52%
B = 18.27%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#86CE4C (or 0x86CE4C) is known color: Mantis. HEX triplet: 86, CE and 4C. RGB value is (134,206,76). Sum of RGB (Red+Green+Blue) = 134+206+76=416 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.21% from 416); Green value is 206 (80.86% from 255 or 49.52% from 416); Blue value is 76 (30.08% from 255 or 18.27% from 416); Max value from RGB is 206 - color contains mainly: green. Hex color #86CE4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86CE4C is #7931B3. Grayscale: #AAAAAA. Windows color (decimal): -7942580 or 5033606. OLE color: 5033606.

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

Color convert

RGB 134 206 76 -
CMYK 0.35 0 0.63 0.19
HSL 93.23º 0.57% 0.55% -
HSV(B) 93.23º 0.63% 0.81% -
XYZ 33.21 49.73 14.69 -
YUV 169.65 75.15 102.57 -
System Red Green Blue C M Y K H S L
Decimal 134 206 76 0.35 0 0.63 0.19 93.23 0.57 0.55
Hex 86 CE 4C 23 0 3F 13 5D 39 37
Octal 206 316 114 43 0 77 23 135 71 67
Binary 10000110 11001110 1001100 100011 0 111111 10011 1011101 111001 110111

Color Harmonies of #86CE4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CE4C

Black with #86CE4C

Text Example


Text Example

White with #86CE4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,206,76); }

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

background-color css

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

 a { background-color: rgb(134,206,76); }

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

border-color css

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

 span { border-color: rgb(134,206,76); }

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