#86CE15

Color #86CE15 Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #86CE15

Tints of Yellow Green #86CE15

Color information

#86CE15 (or 0x86CE15) is unknown color: approx Yellow Green. HEX triplet: 86, CE and 15. RGB value is (134,206,21). Sum of RGB (Red+Green+Blue) = 134+206+21=361 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.12% from 361); Green value is 206 (80.86% from 255 or 57.06% from 361); Blue value is 21 (8.59% from 255 or 5.82% from 361); Max value from RGB is 206 - color contains mainly: green. Hex color #86CE15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86CE15 is #7931EA. Grayscale: #A4A4A4. Windows color (decimal): -7942635 or 1429126. OLE color: 1429126.

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

Color convert

RGB13420621-
CMYK0.3500.900.19
HSL83.35º81.5%44.51%-
HSV(B)83.35º89.81%80.78%-
XYZ32.0449.278.53-
YUV163.3847.65107.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.12%
GREEN value IS 206 (80.86% from 255) = 57.06%
BLUE value IS 21 (8.59% from 255) = 5.82%
R=37.12%
G=57.06%
B=5.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal134206210.3500.900.1983.3581.544.51
Hex86CE152305A1353512d
Octal206316254301322312312155
Binary100001101100111010101100011010110101001110100111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CE15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #86CE15;
 }
 .AnyTagClassName
 {
   color: #86CE15;
 }
</style>
background-color css

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

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

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

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

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

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